Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "punycode", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.", | ||
"homepage": "https://mths.be/punycode", | ||
"main": "punycode.js", | ||
"jsnext:main": "punycode.es6.js", | ||
"engines": { | ||
@@ -37,6 +38,8 @@ "node": ">=6" | ||
"LICENSE-MIT.txt", | ||
"punycode.js" | ||
"punycode.js", | ||
"punycode.es6.js" | ||
], | ||
"scripts": { | ||
"test": "mocha tests" | ||
"test": "mocha tests", | ||
"prepublish": "node scripts/prepublish.js" | ||
}, | ||
@@ -43,0 +46,0 @@ "devDependencies": { |
@@ -422,3 +422,3 @@ 'use strict'; | ||
*/ | ||
'version': '2.0.0', | ||
'version': '2.0.1', | ||
/** | ||
@@ -425,0 +425,0 @@ * An object of methods to convert from JavaScript's internal character |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
32388
5
768
0
123