$ npm install @socketregistry/jsonifyA tested zero dependency drop-in replacement of
jsonifycomplete 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/jsonify to your package.json.
{
"overrides": {
"jsonify": "npm:@socketregistry/jsonify@^1"
},
"resolutions": {
"jsonify": "npm:@socketregistry/jsonify@^1"
}
}
Install with your favorite package manager.
npm install @socketregistry/jsonify
Node >= 18.20.4