Comparing version 0.6.12 to 0.6.14
@@ -19,3 +19,3 @@ /*! | ||
*/ | ||
var VERSION = '0.6.10', | ||
var VERSION = '0.6.14', | ||
digits = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ', | ||
@@ -105,4 +105,4 @@ base = 36, | ||
this.setPre(); | ||
this.initSeqAndInc(); | ||
} | ||
this.initSeqAndInc(); | ||
this.fillSeq(); | ||
@@ -109,0 +109,0 @@ return (this.buf.toString('ascii')); |
{ | ||
"name": "nuid", | ||
"version": "0.6.12", | ||
"version": "0.6.14", | ||
"description": "NUID - A highly performant unique identifier generator.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
7885
7
128