Comparing version 1.0.9 to 2.0.0
@@ -1,2 +0,2 @@ | ||
var ShortId = require('../index'); | ||
var shortId = require('../shortid'); | ||
@@ -7,3 +7,3 @@ //Generate 10 ids | ||
while (i--) { | ||
console.log(ShortId.generate()); | ||
console.log(shortId.generate()); | ||
} |
{ | ||
"name":"shortid", | ||
"version":"1.0.9", | ||
"description":"Amazingly short non-sequential url-friendly unique id generator.", | ||
"keywords": ["short", "tiny", "id", "uuid", "bitly", "shorten", "mongoid", "shortid", "tinyid", "id"], | ||
"homepage":"http://github.com/dylang/shortid", | ||
"author":"Dylan Greene <dylang@gmail.com>", | ||
"repository": | ||
"name": "shortid", | ||
"version": "2.0.0", | ||
"description": "Amazingly short non-sequential url-friendly unique id generator.", | ||
"keywords": [ | ||
"short", | ||
"tiny", | ||
"id", | ||
"uuid", | ||
"bitly", | ||
"shorten", | ||
"mongoid", | ||
"shortid", | ||
"tinyid" | ||
], | ||
"homepage": "http://github.com/dylang/shortid", | ||
"author": "Dylan Greene <dylang@gmail.com>", | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/dylang/shortid" | ||
}, | ||
"bugs": { | ||
"mail": "dylang@gmail.com", | ||
"url": "http://github.com/dylang/shortid/issues" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"chai": "~1.7.2", | ||
"mocha": "~1.12.0" | ||
}, | ||
"main": "shortid.js", | ||
"engines": { | ||
"node": ">=0.8.x" | ||
}, | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha --reporter spec" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "git", | ||
"url": "http://github.com/dylang/shortid" | ||
}, | ||
"bugs": | ||
{ | ||
"mail": "dylang@gmail.com", | ||
"url": "http://github.com/dylang/shortid/issues" | ||
}, | ||
"dependencies":{ | ||
}, | ||
"devDependencies":{ | ||
"logging":"*", | ||
"mocha":"*" | ||
}, | ||
"main":"index", | ||
"engines":{ | ||
"node":">=0.4.x" | ||
}, | ||
"licenses" : | ||
[ | ||
{ "type" : "MIT", "url" : "http://github.com/isaacs/npm/raw/master/LICENSE" } | ||
] | ||
} | ||
"type": "MIT", | ||
"url": "https://raw.github.com/dylang/shortid/master/LICENSE" | ||
} | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
47797
24
287
156
0
1
1
1