Comparing version 0.3.2 to 0.3.3
@@ -20,3 +20,3 @@ /* | ||
this.version = "0.3.2"; | ||
this.version = "0.3.3"; | ||
@@ -150,3 +150,4 @@ /* internal settings */ | ||
var i, len, numbers; | ||
var i, len, numbers, | ||
str = str.toString(); | ||
@@ -153,0 +154,0 @@ if (!/^[0-9a-fA-F]+$/.test(str)) { |
@@ -5,3 +5,3 @@ { | ||
"description": "A small Node.js class to generate YouTube-like hashes from one or many numbers. Use hashids when you do not want to expose your database ids to the user. ", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"preferGlobal": true, | ||
@@ -8,0 +8,0 @@ "homepage": "http://www.hashids.org/node-js/", |
@@ -32,3 +32,3 @@ | ||
"dependencies": { | ||
"hashids": "0.3.2" | ||
"hashids": "0.3.3" | ||
} | ||
@@ -260,4 +260,8 @@ ``` | ||
**0.3.2 - Current Stable** | ||
**0.3.3 - Current Stable** | ||
- `.toString()` added in `encryptHex()`: [https://github.com/ivanakimov/hashids.node.js/pull/9](https://github.com/ivanakimov/hashids.node.js/pull/9) (thanks to [@namuol](https://github.com/namuol)) | ||
**0.3.2** | ||
- minor: contact email changed | ||
@@ -264,0 +268,0 @@ - minor: internal version is accurate now |
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
17282
222
333