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