Socket
Socket
Sign inDemoInstall

nanoid

Package Overview
Dependencies
0
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.23 to 3.1.24

7

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

@@ -18,3 +18,6 @@ "keywords": [

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

@@ -21,0 +24,0 @@ "react-native": "index.js",

@@ -404,2 +404,3 @@ # Nano ID

* [Swift](https://github.com/antiflasher/NanoID)
* [V](https://github.com/invipal/nanoid)

@@ -406,0 +407,0 @@ Also, [CLI] is available to generate IDs from a command line.

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc