🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

nanoid

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

@@ -43,12 +43,2 @@ "keywords": [

},
"scripts": {
"clean": "rm -rf coverage",
"start": "vite --host 0.0.0.0 test/demo/",
"test:coverage": "bnt --coverage 100 --coverage-exclude 'test/*'",
"test:lint": "oxlint",
"test:size": "pnpm clean && size-limit",
"test:versions": "node ./test/check-versions.js",
"test:prebuild": "node ./test/check-prebuild.js",
"test": "pnpm run /^test:/"
},
"engines": {

@@ -55,0 +45,0 @@ "node": "^18 || >=20"