Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "shortid", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Amazingly short non-sequential url-friendly unique id generator.", | ||
@@ -34,21 +34,19 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"chai": "^2.1.1", | ||
"envify": "^3.3.1", | ||
"chai": "^2.2.0", | ||
"envify": "^3.4.0", | ||
"grunt": "^0.4.5", | ||
"grunt-browserify": "^3.5.0", | ||
"grunt-browserify": "^3.6.0", | ||
"grunt-contrib-concat": "^0.5.1", | ||
"grunt-contrib-jshint": "^0.11.0", | ||
"grunt-contrib-uglify": "^0.8.0", | ||
"grunt-contrib-jshint": "^0.11.1", | ||
"grunt-contrib-uglify": "^0.8.1", | ||
"grunt-mocha-test": "^0.12.7", | ||
"grunt-notify": "^0.4.1", | ||
"grunt-open": "^0.2.3", | ||
"grunt-release": "^0.11.0", | ||
"grunt-release": "^0.12.0", | ||
"grunt-templates-dylang": "^1.0.10", | ||
"load-grunt-tasks": "^3.1.0", | ||
"mocha": "^2.2.1", | ||
"time-grunt": "^1.1.0" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"mocha": "^2.2.1" | ||
} | ||
"license": "MIT" | ||
} |
@@ -145,3 +145,3 @@ ## shortid [![Build Status](http://img.shields.io/travis/dylang/shortid.svg)](https://travis-ci.org/dylang/shortid) [![shortid](http://img.shields.io/npm/dm/shortid.svg)](https://www.npmjs.org/package/shortid) | ||
```js | ||
// use $ and @ instead of - an _ | ||
// use $ and @ instead of - and _ | ||
shortid.characters('0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$@'); | ||
@@ -254,4 +254,4 @@ ``` | ||
*** | ||
_Generated using [grunt-readme](https://github.com/assemble/grunt-readme) with [grunt-templates-dylang](https://github.com/dylang/grunt-templates-dylang) on Sunday, March 15, 2015._ | ||
_Generated using [grunt-readme](https://github.com/assemble/grunt-readme) with [grunt-templates-dylang](https://github.com/dylang/grunt-templates-dylang) on Sunday, April 5, 2015._ | ||
_To make changes to this document look in `/templates/readme/` | ||
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
0
22206
15
- Removedmocha@^2.2.1
- Removedcommander@0.6.12.3.0(transitive)
- Removeddebug@2.2.0(transitive)
- Removeddiff@1.4.0(transitive)
- Removedescape-string-regexp@1.0.2(transitive)
- Removedglob@3.2.11(transitive)
- Removedgrowl@1.9.2(transitive)
- Removedinherits@2.0.4(transitive)
- Removedjade@0.26.3(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.3.0(transitive)
- Removedminimist@0.0.8(transitive)
- Removedmkdirp@0.3.00.5.1(transitive)
- Removedmocha@2.5.3(transitive)
- Removedms@0.7.1(transitive)
- Removedsigmund@1.0.1(transitive)
- Removedsupports-color@1.2.0(transitive)
- Removedto-iso-string@0.0.2(transitive)