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 1.1.1 to 1.1.2

5

package.json
{
"name": "uuid4",
"version": "1.1.1",
"version": "1.1.2",
"description": "Node UUID v4 Generator",
"main": "index.js",
"browser": "browser.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {

@@ -11,0 +8,0 @@ "type": "git",

12

README.md

@@ -5,4 +5,2 @@ # uuid4

Note v1.1 adds a browser entry for use in browsers, `crypto` api for rng in modern browser, fallback to `Math.random()`
## Install

@@ -24,10 +22,6 @@

uuid4.valid(id); // true
```
// NODE ONLY: Generate a new UUID Asynchronously
uuid4(function(err, id){
//if (err) ...;
## License
//verify id
uuid.valid(id);
});
```
ISC License
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