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.1.0 to 2.1.1

3

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