You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@socketregistry/indent-string

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socketregistry/indent-string - npm Package Compare versions

Comparing version

to
1.0.1

27

package.json
{
"name": "@socketregistry/indent-string",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

@@ -12,3 +12,3 @@ "description": "Socket.dev optimized package override for indent-string",

"type": "git",
"url": "https://github.com/SocketDev/socket-registry-js",
"url": "git+https://github.com/SocketDev/socket-registry-js.git",
"directory": "packages/npm/indent-string"

@@ -18,5 +18,19 @@ },

"exports": {
"module-sync": "./index.js",
"module": "./index.js",
"default": "./index.cjs"
".": {
"node": {
"module-sync": {
"types": "./index.d.ts",
"default": "./index.js"
},
"default": {
"types": "./index.d.ts",
"default": "./index.cjs"
}
},
"default": {
"types": "./index.d.ts",
"default": "./index.js"
}
},
"./package.json": "./package.json"
},

@@ -29,4 +43,3 @@ "sideEffects": false,

"*.d.ts",
"*.cjs",
"*.js"
"*.{c,}js"
],

@@ -33,0 +46,0 @@ "socket": {

@@ -7,4 +7,5 @@ # @socketregistry/indent-string

> A zero dependency drop-in replacement of
> [`indent-string`](https://www.npmjs.com/package/indent-string).
> A tested zero dependency CJS/ESM compatible drop-in replacement of
> [`indent-string`](https://www.npmjs.com/package/indent-string) complete with
> TypeScript types.

@@ -11,0 +12,0 @@ ## Installation