New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

uuid-v4.js

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uuid-v4.js - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

uuid-v4.js

2

exports/ender.js
!function($) {
var UUID = require('uuid');
var UUID = require('uuid-v4');
$.ender({

@@ -4,0 +4,0 @@ UUID: UUID

{
"name": "uuid-v4.js",
"description": "random uuid (rfc-4122 v4) generator",
"version": "1.0.0",
"version": "1.0.1",
"keywords": ["ender", "uuid"],
"homepage": "https://github.com/makeable/uuid.js",
"homepage": "https://github.com/makeable/uuid-v4.js",
"authors": ["Matthew Williams <matt@makeable.co.uk>"],
"repository": {
"type": "git",
"url": "https://github.com/makeable/uuid.js.git"
"url": "https://github.com/makeable/uuid-v4.js.git"
},
"main": "./uuid.js",
"main": "./uuid-v4.js",
"ender": "./exports/ender.js"
}

@@ -1,3 +0,3 @@

# uuid.js :: Random UUID (RFC-4122 v4) Generator
# uuid-v4.js :: Random UUID (RFC-4122 v4) Generator
A lightning fast pure JS implementation of a Random UUID (RFC-4122 v4) Generator. Supports both client and server side JS implementations.
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