Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

idna-uts46-hx

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idna-uts46-hx - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

dist/index.mjs

7

HISTORY.md

@@ -0,1 +1,8 @@

## [5.0.3](https://github.com/hexonet/idna-uts46/compare/v5.0.2...v5.0.3) (2023-03-09)
### Bug Fixes
* **rollup:** merged config files ([05c22d8](https://github.com/hexonet/idna-uts46/commit/05c22d89615fc9d5af58c34cfb71722d30fcc222))
## [5.0.2](https://github.com/hexonet/idna-uts46/compare/v5.0.1...v5.0.2) (2023-03-09)

@@ -2,0 +9,0 @@

7

package.json
{
"name": "idna-uts46-hx",
"description": "A UTS #46 processing algorithm for IDNA2008 strings",
"version": "5.0.2",
"version": "5.0.3",
"private": false,
"module": "dist/index.mjs",
"main": "dist/index.cjs",
"main": "dist/index",
"typings": "dist/index.d.ts",

@@ -46,3 +45,3 @@ "license": "MIT",

"build:unicode-tables": "esr scripts/build-unicode-tables.ts 15.0.0",
"build:rollup": "rollup -c && rollup -c rollup-esm.config.mjs"
"build:rollup": "rollup -c rollup-esm.config.mjs"
},

@@ -49,0 +48,0 @@ "dependencies": {

@@ -10,3 +10,3 @@ const cfg = require('@hexonet/semantic-release-github-npm-config');

if (plugin[0] === '@semantic-release/git') {
plugin[1].assets.push('dist/index.d.ts', 'dist/index.bundle.js');
plugin[1].assets.push('dist/index.d.ts', 'dist/index.mjs');
}

@@ -13,0 +13,0 @@ return plugin;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc