Socket
Socket
Sign inDemoInstall

uuid

Package Overview
Dependencies
1
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

3

package.json
{
"name": "uuid",
"version": "2.0.1",
"version": "2.0.2",
"description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",

@@ -21,2 +21,3 @@ "keywords": [

],
"license": "MIT",
"main": "./uuid.js",

@@ -23,0 +24,0 @@ "devDependencies": {

@@ -1,2 +0,2 @@

# uuid [![Build Status](https://secure.travis-ci.org/defunctzombie/node-uuid.png?branch=master)](http://travis-ci.org/defunctzombie/node-uuid) #
# uuid [![Build Status](https://secure.travis-ci.org/defunctzombie/node-uuid.svg?branch=master)](http://travis-ci.org/defunctzombie/node-uuid) #

@@ -156,6 +156,2 @@ [![browser support](https://ci.testling.com/defunctzombie/node-uuid.png)](https://ci.testling.com/defunctzombie/node-uuid)

### uuid.BufferClass
The class of container created when generating binary uuid data if no buffer argument is specified. This is expected to go away, with no replacement API.
## Testing

@@ -192,2 +188,6 @@

### 2.0.0
* Removed uuid.BufferClass
### 1.4.0

@@ -194,0 +194,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