Socket
Socket
Sign inDemoInstall

punycode

Package Overview
Dependencies
0
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

punycode.es6.js

9

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc