Socket
Socket
Sign inDemoInstall

y18n

Package Overview
Dependencies
0
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 5.0.1

7

CHANGELOG.md

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

### [5.0.1](https://www.github.com/yargs/y18n/compare/v5.0.0...v5.0.1) (2020-09-05)
### Bug Fixes
* main had old index path ([#98](https://www.github.com/yargs/y18n/issues/98)) ([124f7b0](https://www.github.com/yargs/y18n/commit/124f7b047ba9596bdbdf64459988304e77f3de1b))
## [5.0.0](https://www.github.com/yargs/y18n/compare/v4.0.0...v5.0.0) (2020-09-05)

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

5

package.json
{
"name": "y18n",
"version": "5.0.0",
"version": "5.0.1",
"description": "the bare-bones internationalization library used by yargs",

@@ -11,3 +11,2 @@ "exports": {

"module": "./build/lib/index.js",
"types": "./build/index.cjs.d.ts",
"keywords": [

@@ -25,3 +24,3 @@ "i18n",

"author": "Ben Coe <bencoe@gmail.com>",
"main": "index.js",
"main": "./build/index.cjs",
"scripts": {

@@ -28,0 +27,0 @@ "check": "standardx '**/*.ts' '**/*.cjs' '**/*.mjs'",

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