Socket
Socket
Sign inDemoInstall

nanoid

Package Overview
Dependencies
0
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 1.0.4
* Reduce npm package size.
## 1.0.3

@@ -5,0 +8,0 @@ * Reduce npm package size.

18

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

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

"jsdoc": "^3.5.5",
"lint-staged": "^7.1.3",
"lint-staged": "^7.2.0",
"microtime": "^2.1.8",

@@ -41,6 +41,6 @@ "pre-commit": "^1.2.2",

"shortid": "^2.2.8",
"size-limit": "^0.18.2",
"size-limit": "^0.18.3",
"uuid": "^3.2.1",
"webpack": "^4.10.2",
"webpack-cli": "^3.0.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4",

@@ -58,10 +58,2 @@ "yaspeller-ci": "^1.0.0"

},
"jest": {
"testEnvironment": "node",
"coverageThreshold": {
"global": {
"statements": 100
}
}
},
"pre-commit": [

@@ -68,0 +60,0 @@ "lint-staged"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc