Socket.dev optimized package override for is-unicode-supported
npm install @socketregistry/is-unicode-supported


> A tested zero dependency CJS/ESM compatible drop-in replacement of
> is-unicode-supported
> complete with TypeScript types.
socket CLI will automagically ✨
populate
overrides
and resolutions of
your package.json.
``sh`
npx socket optimize
Prefer to do it yourself? Add @socketregistry/is-unicode-supported to yourpackage.json.
`json`
{
"overrides": {
"is-unicode-supported": "npm:@socketregistry/is-unicode-supported@^1"
},
"resolutions": {
"is-unicode-supported": "npm:@socketregistry/is-unicode-supported@^1"
}
}
Install with your favorite package manager.
`sh`
npm install @socketregistry/is-unicode-supported
Node >= 18.20.4`