Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "utf8", | ||
"description": "Basic Utf-8 encoding/decoding library to alleviate confusion among people.", | ||
"version": "1.0.0", | ||
"author": "Ryan McGrath <ryan@venodesigns.net>", | ||
"repository": { | ||
"type" : "git", | ||
"url": "https://ryanmcgrath@github.com/ryanmcgrath/node-utf8.git" | ||
}, | ||
"bugs": { | ||
"web": "http://github.com/ryanmcgrath/node-utf8/issues" | ||
}, | ||
"os": [ "linux", "darwin", "freebsd" ], | ||
"directories": { | ||
"lib": "./lib/" | ||
}, | ||
"main": "./lib/utf8", | ||
"engines": { | ||
"node": ">=0.1.97" | ||
}, | ||
"licenses": [{ | ||
"type" : "Creative Commons 3.0", | ||
"url" : "http://github.com/ryanmcgrath/node-utf8/raw/master/LICENSE" | ||
}] | ||
"name": "utf8", | ||
"version": "2.0.0", | ||
"description": "A well-tested UTF-8 encoder/decoder written in JavaScript.", | ||
"homepage": "http://mths.be/utf8js", | ||
"main": "utf8.js", | ||
"keywords": [ | ||
"charset", | ||
"encoding", | ||
"unicode", | ||
"utf8" | ||
], | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://mths.be/mit" | ||
}, | ||
{ | ||
"type": "GPL", | ||
"url": "http://mths.be/gpl" | ||
} | ||
], | ||
"author": { | ||
"name": "Mathias Bynens", | ||
"url": "http://mathiasbynens.be/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mathiasbynens/utf8.js.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/mathiasbynens/utf8.js/issues" | ||
}, | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"test": "node tests/tests.js" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"grunt": "~0.4.1", | ||
"grunt-shell": "~0.2.2", | ||
"istanbul": "~0.1.36", | ||
"qunit-clib": "~1.3.0", | ||
"qunitjs": "~1.11.0", | ||
"requirejs": "~2.1.6" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
113655
20
638
1
0
120
0
6
3
1
2