Comparing version 1.0.0 to 1.0.1
!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. |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4658
0