Socket
Socket
Sign inDemoInstall

short-uuid

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

short-uuid - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Change Log

## [2.3.0] - 2017-05-14
### Changed
- Moved Snyk to devDependencies in [package.json]
- Updated devDependencies grunt-contrib-uglify
- Corrected Snyk spelling error in [README.md]
## [2.2.0] - 2016-11-30

@@ -7,0 +13,0 @@ ### Added

14

package.json
{
"name": "short-uuid",
"version": "2.2.0",
"version": "2.3.0",
"description": "Create and translate standard UUIDs with shorter formats.",

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

"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
"prepublishOnly": "npm run snyk-protect"
},

@@ -32,4 +32,3 @@ "repository": {

"any-base": "^1.0.0",
"uuid": "^3.0.0",
"snyk": "^1.21.2"
"uuid": "^3.0.0"
},

@@ -40,3 +39,3 @@ "devDependencies": {

"grunt-browserify": "^5.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-uglify": "^3.0.0",
"grunt-mkdir": "^1.0.0",

@@ -46,5 +45,6 @@ "grunt-mocha-istanbul": "^5.0.1",

"istanbul": "^0.4.3",
"mocha": "^3.0.0"
"mocha": "^3.0.0",
"snyk": "^1.21.2"
},
"snyk": true
}
}

@@ -9,3 +9,3 @@ # short-uuid

## v2.2.0
## v2.3.0

@@ -18,3 +18,3 @@ short-uuid provides RFC4122 v4-compliant UUIDs,

2.2.0 adds [Synk](https://snyk.io) vulnerability protection and updates dev dependencies.
2.3.0 corrects [Snyk](https://snyk.io) vulnerability protection to a dev dependency.

@@ -47,4 +47,4 @@ ```javascript

v2.2.0 is under 1K when compressed. Using Browserify, the library and dependencies are ~3.2K.
v2.3.0 is under 1K when compressed. Using Browserify, the library and dependencies are ~3.2K.
Please see [Revisions](revisions.md) for information on previous versions.
# Revisions
# v2.3.0
2.3.0 moves Snyk to a dev dependency.
# v2.2.0

@@ -4,0 +8,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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