Socket
Socket
Sign inDemoInstall

short-uuid

Package Overview
Dependencies
2
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0 to 2.3.1

14

CHANGELOG.md

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

## [2.3.1] - 2017-05-14
### Changed
- Merged 2.1.x revision history in [README.md] and [revisions.md]. No code changes.
## [2.3.0] - 2017-05-14

@@ -19,2 +23,12 @@ ### Changed

## [2.1.4] - 2017-05-14
### Changed
- Correction of unpublish to deprecate. No code changes.
- Updated [README.md], versions.
## [2.1.3] - 2017-05-14
### Changed
- Correction of bad npm publish. No code changes.
- Updated [README.md], versions.
## [2.1.2] - 2016-11-30

@@ -21,0 +35,0 @@ ### Changed

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

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

## v2.3.0
## v2.3.1

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

2.3.0 corrects [Snyk](https://snyk.io) vulnerability protection to a dev dependency.
2.3.1 merges the 2.1.x fixes into version history.
### v2.2.0 Deprecated
2.2.0 incorrectly added Snyk as a production dependency. It has been deprecated.
```javascript

@@ -47,4 +51,4 @@ var short = require('short-uuid');

v2.3.0 is under 1K when compressed. Using Browserify, the library and dependencies are ~3.2K.
v2.3.1 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.1
2.3.1 merges the version history of the 2.1.x branch updates.
# v2.3.0

@@ -7,6 +11,27 @@

# v2.2.0
# v2.2.0 - DEPRECATED
2.2.0 updates dev dependencies and adds Snyk vulnerability monitoring and patching.
# v2.1.4
2.1.0 adds Browserify config to support client-side use as proposed by [voronianski](https://github.com/voronianski).
2.1.1 includes compiled browser-ready files in the npm package for convenience. The library is exposed as `ShortUUID`.
2.1.2 switches to the modular `uuid` library.
2.1.3 fixes a bad npm package for 2.1.1 which included Snyk incorrectly.
2.1.4 corrects documentation of 2.1.2 from unpublished to deprecated.
## v2.1.2 Deprecated
An incorrect package.json was packaged in v2.1.2, causing Snyk to be listed as a dependency.
This was introduced in v2.2.0.
# v2.1.3
2.1.3 corrects a bad package.json in the 2.1.2 npm package.
# v2.1.2 - DEPRECATED
2.1.2 changes to `uuid` 3.0.0 and uses only the `uuid/v4` module.
# v2.1.2

@@ -13,0 +38,0 @@

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