Comparing version 1.0.5 to 1.0.6
@@ -56,3 +56,3 @@ var os = require('os') | ||
clerobee.generateNumericString = function ( length ) { | ||
return (Math.random() + '').split('.')[1].substr(0, length) | ||
return (Math.random() + '').split('.')[1].substring(0, length) | ||
} | ||
@@ -59,0 +59,0 @@ |
{ | ||
"name": "clerobee", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A featureful dependency-free UID generator", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"chai": "^4.2.0" | ||
"chai": "^4.3.7" | ||
}, | ||
@@ -39,0 +39,0 @@ "engines": { |
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
279202