i18next-conv
Advanced tools
Comparing version 8.0.1 to 9.0.0
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
43077
+ Addedgettext-parser@3.1.1(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedstring_decoder@1.3.0(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedgettext-parser@2.1.0(transitive)
- Removedisarray@1.0.0(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedstring_decoder@1.1.1(transitive)
Updatedbluebird@^3.5.3
Updatedchalk@^2.4.2
Updatedgettext-parser@^3.1.0