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.13 to 3.1.14

7

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 3.1.14
* Added `package.types`.
## 3.1.13
* Remove Node.js 15.0.0 with `randomFillSync` regression from `engines.node`.
* Removed Node.js 15.0.0 with `randomFillSync` regression from `engines.node`.
## 3.1.12
* Improve IE 11 docs.
* Improved IE 11 docs.

@@ -10,0 +13,0 @@ ## 3.1.11

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

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

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

@@ -31,3 +32,4 @@ "main": "index.cjs",

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

@@ -50,4 +52,5 @@ "./package.json": "./package.json",

"import": "./url-alphabet/index.js"
}
},
"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