Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "punycode", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.", | ||
@@ -8,2 +8,3 @@ "homepage": "https://mths.be/punycode", | ||
"jsnext:main": "punycode.es6.js", | ||
"module": "punycode.es6.js", | ||
"engines": { | ||
@@ -10,0 +11,0 @@ "node": ">=6" |
@@ -440,2 +440,3 @@ 'use strict'; | ||
export { ucs2decode, ucs2encode, decode, encode, toASCII, toUnicode }; | ||
export default punycode; |
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
32434
769