Socket
Socket
Sign inDemoInstall

y18n

Package Overview
Dependencies
0
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.2 to 5.0.3

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Change Log

### [5.0.3](https://www.github.com/yargs/y18n/compare/v5.0.2...v5.0.3) (2020-10-16)
### Bug Fixes
* **exports:** node 13.0-13.6 require a string fallback ([#103](https://www.github.com/yargs/y18n/issues/103)) ([e39921e](https://www.github.com/yargs/y18n/commit/e39921e1017f88f5d8ea97ddea854ffe92d68e74))
### [5.0.2](https://www.github.com/yargs/y18n/compare/v5.0.1...v5.0.2) (2020-10-01)

@@ -7,0 +14,0 @@

15

package.json
{
"name": "y18n",
"version": "5.0.2",
"version": "5.0.3",
"description": "the bare-bones internationalization library used by yargs",
"exports": {
"import": "./index.mjs",
"require": "./build/index.cjs"
},
"exports": [
{
"import": "./index.mjs",
"require": "./build/index.cjs"
},
"./build/index.cjs"
],
"type": "module",

@@ -44,3 +47,3 @@ "module": "./build/lib/index.js",

"cross-env": "^7.0.2",
"gts": "^2.0.2",
"gts": "^3.0.0",
"mocha": "^8.0.0",

@@ -47,0 +50,0 @@ "rimraf": "^3.0.2",

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