Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

shortid

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shortid - npm Package Compare versions

Comparing version 2.2.12 to 2.2.13

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 2.2.13
* Fix `browser` config for webpack.
## 2.2.12

@@ -5,0 +8,0 @@ * Fix cluster worker ID for non-Node environments.

10

package.json
{
"name": "shortid",
"version": "2.2.12",
"version": "2.2.13",
"description": "Amazingly short non-sequential url-friendly unique id generator.",

@@ -31,3 +31,3 @@ "main": "index.js",

"browser": {
"./lib/random/random-byte": "./lib/random/random-byte-browser.js",
"./lib/random/random-byte.js": "./lib/random/random-byte-browser.js",
"./lib/util/cluster-worker-id.js": "./lib/util/cluster-worker-id-browser.js"

@@ -40,6 +40,6 @@ },

"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.2.0",
"grunt-cli": "^1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-uglify": "^3.4.0",
"grunt-mocha-test": "^0.13.3",

@@ -51,3 +51,3 @@ "grunt-notify": "^0.4.1",

"mocha": "^5.2.0",
"size-limit": "^0.18.5",
"size-limit": "^0.19.2",
"time-grunt": "^1.2.1"

@@ -54,0 +54,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc