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.17 to 3.1.18

5

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 3.1.18
* Fixed `package.exports`.
## 3.1.17
* Fix `esbuild` support.
* Added files without `process`.

@@ -7,0 +10,0 @@ ## 3.1.16

25

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

@@ -40,29 +40,18 @@ "keywords": [

"./async": {
"browser": {
"development": "./async/index.dev.js",
"production": "./async/index.prod.js"
},
"browser": "./async/index.browser.js",
"require": "./async/index.cjs",
"import": "./async/index.js"
},
"./non-secure/package.json": "./non-secure/package.json",
"./non-secure": {
"require": "./non-secure/index.cjs",
"import": "./non-secure/index.js"
},
"./url-alphabet/package.json": "./url-alphabet/package.json",
"./url-alphabet": {
"browser": {
"development": "./url-alphabet/index.dev.js",
"production": "./url-alphabet/index.prod.js"
},
"require": "./url-alphabet/index.cjs",
"import": "./url-alphabet/index.js"
},
"./non-secure/package.json": "./non-secure/package.json",
"./non-secure": {
"browser": {
"development": "./non-secure/index.dev.js",
"production": "./non-secure/index.prod.js"
},
"require": "./non-secure/index.cjs",
"import": "./non-secure/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