@socketregistry/indent-string

1.0.12 • Public • Published

@socketregistry/indent-string

Socket Badge CI - @socketregistry/indent-string Follow @SocketSecurity

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

Package Sidebar

Install

npm i @socketregistry/indent-string

Weekly Downloads

1,091

Version

1.0.12

License

MIT

Unpacked Size

6.69 kB

Total Files

8

Last publish

Collaborators

  • socket-bot
  • feross