Comparing version 1.0.2 to 1.0.3
@@ -7,7 +7,2 @@ // standard Node.js crypto library | ||
// padStart polyfill | ||
if (!String.prototype.padStart) { | ||
String.prototype.padStart = require('./lib/padStart.js') // eslint-disable-line | ||
} | ||
// generate a timestamp since the epoch | ||
@@ -14,0 +9,0 @@ const ts = require('./lib/ts.js') |
{ | ||
"name": "kuuid", | ||
"version": "1.0.2", | ||
"description": "K-sortable UUID - roughly time-sortable unique id generator", | ||
"version": "1.0.3", | ||
"description": "Time-sortable UUID - roughly time-sortable unique id generator", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
"standard": "standard --fix", | ||
"test": "standard && mocha" | ||
"test": "node --test" | ||
}, | ||
@@ -27,12 +26,3 @@ "repository": { | ||
"node": ">=16.0.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^10.3.0", | ||
"standard": "^17.1.0" | ||
}, | ||
"standard": { | ||
"env": [ | ||
"mocha" | ||
] | ||
} | ||
} |
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
29049
0
12
394