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/is-string

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socketregistry/is-string - npm Package Compare versions

Comparing version

to
1.0.1

index.cjs

27

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

@@ -12,8 +12,23 @@ "description": "Socket.dev optimized package override for is-string",

"type": "git",
"url": "https://github.com/SocketDev/socket-registry-js",
"url": "git+https://github.com/SocketDev/socket-registry-js.git",
"directory": "packages/npm/is-string"
},
"exports": {
"node": "./node.js",
"default": "./index.js"
".": {
"node": {
"module-sync": {
"types": "./index.d.ts",
"default": "./index.js"
},
"default": {
"types": "./index.d.cts",
"default": "./index.cjs"
}
},
"default": {
"types": "./index.d.ts",
"default": "./index.js"
}
},
"./package.json": "./package.json"
},

@@ -25,4 +40,4 @@ "sideEffects": false,

"files": [
"*.d.ts",
"*.js"
"*.d.{c,}ts",
"*.{c,}js"
],

@@ -29,0 +44,0 @@ "socket": {

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

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

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