@socketregistry/indent-string
v1.0.6
Published
Socket.dev optimized package override for indent-string
Downloads
4,289
Readme
@socketregistry/indent-string
A tested zero dependency CJS/ESM compatible drop-in replacement of
indent-string
complete with TypeScript types.
Installation
Install as a package override
socket
CLI will automagically ✨
populate
overrides
and resolutions of
your package.json
.
npx socket optimize
Prefer to do it yourself? Add @socketregistry/indent-string
to your
package.json
.
{
"overrides": {
"indent-string": "npm:@socketregistry/indent-string@^1"
},
"resolutions": {
"indent-string": "npm:@socketregistry/indent-string@^1"
}
}
Install as a plain dependency
Install with your favorite package manager.
npm install @socketregistry/indent-string
Requirements
Node >= 18.20.4