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

i18next-conv

Package Overview
Dependencies
Maintainers
4
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next-conv - npm Package Compare versions

Comparing version 8.0.1 to 9.0.0

2

bin/index.js

@@ -55,3 +55,3 @@ #!/usr/bin/env node

if (filter && fs.existsSync(filter)) {
options.filter = require(filter); // eslint-disable-line global-require,import/no-dynamic-require
options.filter = require(path.resolve(filter)); // eslint-disable-line global-require,import/no-dynamic-require
}

@@ -58,0 +58,0 @@

@@ -0,1 +1,9 @@

### 9.0.0
- Breaking: this library now throws an error when passed an invalid `po` file in `gettextToI18next`;
### 8.0.2
- fix bug with cli `-f` option [82](https://github.com/i18next/i18next-gettext-converter/pull/82)
### 8.0.1

@@ -2,0 +10,0 @@

@@ -9,3 +9,3 @@ {

],
"version": "8.0.1",
"version": "9.0.0",
"private": false,

@@ -25,6 +25,6 @@ "main": "lib",

"dependencies": {
"bluebird": "^3.5.2",
"chalk": "^2.4.1",
"bluebird": "^3.5.3",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"gettext-parser": "^2.0.0",
"gettext-parser": "^3.1.0",
"mkdirp": "^0.5.1",

@@ -34,16 +34,16 @@ "node-gettext": "^2.0.0"

"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/register": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^5.1.0",
"babel-plugin-istanbul": "^5.1.1",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"coveralls": "^3.0.3",
"env-test": "^1.0.0",
"eslint": "^5.7.0",
"eslint": "^5.15.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^5.2.0",
"nyc": "^13.1.0"
"eslint-plugin-import": "^2.16.0",
"mocha": "^6.0.2",
"nyc": "^13.3.0"
},

@@ -50,0 +50,0 @@ "scripts": {

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