You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

nanoid

Package Overview
Dependencies
Maintainers
1
Versions
114
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
5.1.2
to
5.1.3
+2
-1
package.json
{
"name": "nanoid",
"version": "5.1.2",
"version": "5.1.3",
"description": "A tiny (118 bytes), secure URL-friendly unique string ID generator",

@@ -27,2 +27,3 @@ "keywords": [

"browser": "./index.browser.js",
"react-native": "./index.browser.js",
"default": "./index.js"

@@ -29,0 +30,0 @@ },