gettext-parser
Advanced tools
Comparing version 2.1.0 to 3.0.0
# Change Log | ||
## [3.0.0] - 2018-11-10 | ||
- Remove support for old node versions | ||
## [2.1.0] - 2018-11-10 | ||
@@ -58,2 +61,3 @@ - Add wider node support by using `readable-stream` module (thx @coolstuffit and @RignonNoel) | ||
[3.0.0]: https://github.com/smhg/gettext-parser/compare/v2.1.0...v3.0.0 | ||
[2.1.0]: https://github.com/smhg/gettext-parser/compare/v2.0.0...v2.1.0 | ||
@@ -60,0 +64,0 @@ [2.0.0]: https://github.com/smhg/gettext-parser/compare/v1.4.0...v2.0.0 |
{ | ||
"name": "gettext-parser", | ||
"description": "Parse and compile gettext po and mo files to/from json, nothing more, nothing less", | ||
"version": "2.1.0", | ||
"version": "3.0.0", | ||
"author": "Andris Reinman", | ||
@@ -26,7 +26,7 @@ "contributors": [ | ||
"encoding": "^0.1.12", | ||
"readable-stream": "^2.0.0", | ||
"readable-stream": "^3.0.6", | ||
"safe-buffer": "^5.1.2" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.9.0", | ||
@@ -38,3 +38,3 @@ "eslint-config-standard": "^12.0.0", | ||
"eslint-plugin-standard": "^4.0.0", | ||
"mocha": "^3.5.3" | ||
"mocha": "^5.2.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "keywords": [ |
@@ -6,2 +6,4 @@ gettext-parser [![Build Status](https://secure.travis-ci.org/smhg/gettext-parser.png)](http://travis-ci.org/smhg/gettext-parser) | ||
> *Please note:* starting with version 3 only latest LTS and latest stable node versions are supported. **Use version 2 with older node versions.** | ||
## Usage | ||
@@ -8,0 +10,0 @@ |
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
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
47738
206
+ Addedreadable-stream@3.6.2(transitive)
+ Addedstring_decoder@1.3.0(transitive)
- Removedcore-util-is@1.0.3(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)
Updatedreadable-stream@^3.0.6