$ npm install @socketregistry/string.fromcodepointA tested zero dependency drop-in replacement of
string.fromcodepointcomplete with TypeScript types.
socket CLI will automagically ✨
populate
overrides
and resolutions of
your package.json.
npx socket optimize
Prefer to do it yourself? Add @socketregistry/string.fromcodepoint to your
package.json.
{
"overrides": {
"string.fromcodepoint": "npm:@socketregistry/string.fromcodepoint@^1"
},
"resolutions": {
"string.fromcodepoint": "npm:@socketregistry/string.fromcodepoint@^1"
}
}
Install with your favorite package manager.
npm install @socketregistry/string.fromcodepoint
Node >= 18.20.4