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

uuid4

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uuid4 - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

package.json
{
"name": "uuid4",
"version": "2.0.1",
"version": "2.0.2",
"description": "Node UUID v4 Generator",

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

@@ -17,3 +17,3 @@ # uuid4

```javascript
var uuid4 = require("uuid4");
import uuid4 from "uuid4";

@@ -23,3 +23,3 @@ // Generate a new UUID

// Validate a UUID as proper V4 format
// Validate a UUID as proper V4 format (case-insensitive)
uuid4.valid(id); // true

@@ -26,0 +26,0 @@ ```

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