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.14 to 3.1.15

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 3.1.15
* Fixed `package.types` path.
## 3.1.14

@@ -5,0 +8,0 @@ * Added `package.types`.

8

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

@@ -23,3 +23,3 @@ "keywords": [

"sideEffects": false,
"types": "index.d.ts",
"types": "./index.d.ts",
"type": "module",

@@ -33,3 +33,3 @@ "main": "index.cjs",

"import": "./index.js",
"types": "index.d.ts"
"types": "./index.d.ts"
},

@@ -53,4 +53,4 @@ "./package.json": "./package.json",

},
"index.d.ts": "index.d.ts"
"./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