Socket
Socket
Sign inDemoInstall

nanoid

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nanoid - npm Package Compare versions

Comparing version 3.1.24 to 3.1.25

async/index.browser.cjs

3

async/package.json

@@ -9,4 +9,5 @@ {

"browser": {
"./index.js": "./index.browser.js"
"./index.js": "./index.browser.js",
"./index.cjs": "./index.browser.cjs"
}
}
{
"name": "nanoid",
"version": "3.1.24",
"version": "3.1.25",
"description": "A tiny (108 bytes), secure URL-friendly unique string ID generator",

@@ -19,5 +19,5 @@ "keywords": [

"./index.js": "./index.browser.js",
"./index.cjs": "./index.browser.js",
"./async/index.js": "./async/index.browser.js",
"./async/index.cjs": "./async/index.browser.js"
"./async/index.cjs": "./async/index.browser.cjs",
"./index.cjs": "./index.browser.cjs"
},

@@ -51,2 +51,8 @@ "react-native": "index.js",

},
"./url-alphabet/package.json": "./url-alphabet/package.json",
"./url-alphabet": {
"require": "./url-alphabet/index.cjs",
"import": "./url-alphabet/index.js",
"default": "./url-alphabet/index.js"
},
"./non-secure/package.json": "./non-secure/package.json",

@@ -58,10 +64,4 @@ "./non-secure": {

},
"./url-alphabet/package.json": "./url-alphabet/package.json",
"./url-alphabet": {
"require": "./url-alphabet/index.cjs",
"import": "./url-alphabet/index.js",
"default": "./url-alphabet/index.js"
},
"./index.d.ts": "./index.d.ts"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc