random-string
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -12,3 +12,3 @@ /* | ||
var numbers = '0123456789', | ||
letters = 'ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz', | ||
letters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz', | ||
specials = '!$%^&*()_+|~-=`{}[]:;<>?,./'; | ||
@@ -15,0 +15,0 @@ |
{ | ||
"name": "random-string", | ||
"description": "Simple Module for generating Random Strings", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/valiton/node-random-string", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -5,2 +5,4 @@ # random-string | ||
![random-string](https://api.travis-ci.org/valiton/node-random-string.png "random-string") | ||
## Getting Started | ||
@@ -60,2 +62,4 @@ Install the module with: `npm install random-string` | ||
- 0.1.2 fix characterset ([#2](https://github.com/valiton/node-random-string/issues/2)) | ||
- 0.1.1 do not contain special cars per default | ||
@@ -70,4 +74,5 @@ | ||
## License | ||
Copyright (c) 2013 Valiton GmbH | ||
Licensed under the MIT license. |
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
8401
9
76