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 3.2.1 to 3.2.2

CHANGELOG.md

2

index.js

@@ -14,3 +14,3 @@ var fs = require('fs')

// internal stuff.
this.cache = {}
this.cache = Object.create(null)
this.writeQueue = []

@@ -17,0 +17,0 @@ }

{
"name": "y18n",
"version": "3.2.1",
"version": "3.2.2",
"description": "the bare-bones internationalization library used by yargs",

@@ -32,7 +32,7 @@ "main": "index.js",

"coveralls": "^2.11.6",
"mocha": "^2.3.4",
"nyc": "^6.1.1",
"mocha": "^3.0.0",
"nyc": "^10.0.0",
"rimraf": "^2.5.0",
"standard": "^5.4.1"
"standard": "^10.0.0-beta.0"
}
}
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