Comparing version 1.4.0 to 1.4.1
@@ -1,3 +0,2 @@ | ||
Copyright (c) 2010 Robert Kieffer | ||
Dual licensed under the [MIT](http://en.wikipedia.org/wiki/MIT_License) and [GPL](http://en.wikipedia.org/wiki/GNU_General_Public_License) licenses. | ||
Copyright (c) 2010-2012 Robert Kieffer | ||
MIT License - http://opensource.org/licenses/mit-license.php |
@@ -13,3 +13,3 @@ { | ||
"repository" : { "type" : "git", "url" : "https://github.com/broofa/node-uuid.git" }, | ||
"version" : "1.4.0" | ||
"version" : "1.4.1" | ||
} |
@@ -9,2 +9,3 @@ # node-uuid | ||
* Runs in node.js and all browsers. | ||
* Registered as a [ComponentJS](https://github.com/component/component) [component](https://github.com/component/component/wiki/Components) ('broofa/node-uuid'). | ||
* Cryptographically strong random # generation on supporting platforms | ||
@@ -193,13 +194,16 @@ * 1.1K minified and gzip'ed (Want something smaller? Check this [crazy shit](https://gist.github.com/982883) out! ) | ||
v1.4 | ||
### 1.4.0 | ||
* Improved module context detection | ||
* Removed public RNG functions | ||
v1.3.2: | ||
### 1.3.2 | ||
* Improve tests and handling of v1() options (Issue #24) | ||
* Expose RNG option to allow for perf testing with different generators | ||
v1.3: | ||
### 1.3.0 | ||
* Support for version 1 ids, thanks to [@ctavan](https://github.com/ctavan)! | ||
* Support for node.js crypto API | ||
* De-emphasizing performance in favor of a) cryptographic quality PRNGs where available and b) more manageable code |
10
uuid.js
// uuid.js | ||
// | ||
// (c) 2010-2012 Robert Kieffer | ||
// MIT License | ||
// https://github.com/broofa/node-uuid | ||
// Copyright (c) 2010-2012 Robert Kieffer | ||
// MIT License - http://opensource.org/licenses/mit-license.php | ||
(function() { | ||
@@ -227,3 +227,3 @@ var _global = this; | ||
if (_global.define && define.amd) { | ||
if (typeof define === 'function' && define.amd) { | ||
// Publish as AMD module | ||
@@ -246,2 +246,2 @@ define(function() {return uuid;}); | ||
} | ||
}()); | ||
}).call(this); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
34675
14
525
208
0