You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
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

Comparing version 3.1.21 to 3.1.22

15

package.json
{
"name": "nanoid",
"version": "3.1.21",
"version": "3.1.22",
"description": "A tiny (108 bytes), secure URL-friendly unique string ID generator",

@@ -31,6 +31,8 @@ "keywords": [

"development": "./index.dev.js",
"production": "./index.prod.js"
"production": "./index.prod.js",
"default": "./index.prod.js"
},
"require": "./index.cjs",
"import": "./index.js",
"default": "./index.js",
"types": "./index.d.ts"

@@ -43,3 +45,4 @@ },

"require": "./async/index.cjs",
"import": "./async/index.js"
"import": "./async/index.js",
"default": "./async/index.js"
},

@@ -49,3 +52,4 @@ "./non-secure/package.json": "./non-secure/package.json",

"require": "./non-secure/index.cjs",
"import": "./non-secure/index.js"
"import": "./non-secure/index.js",
"default": "./non-secure/index.js"
},

@@ -55,3 +59,4 @@ "./url-alphabet/package.json": "./url-alphabet/package.json",

"require": "./url-alphabet/index.cjs",
"import": "./url-alphabet/index.js"
"import": "./url-alphabet/index.js",
"default": "./url-alphabet/index.js"
},

@@ -58,0 +63,0 @@ "./index.d.ts": "./index.d.ts"

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc