gettext-parser
Advanced tools
Comparing version 2.0.0 to 2.1.0
# Change Log | ||
## [2.1.0] - 2018-11-10 | ||
- Add wider node support by using `readable-stream` module (thx @coolstuffit and @RignonNoel) | ||
## [2.0.0] - 2018-07-04 | ||
- Rename `sortByMsgId` parameter to `sort` (BREAKING) | ||
- Change `sort` parameter to accept custom compare function (thx @probertson) | ||
## [1.3.1] - 2018-02-20 | ||
@@ -51,2 +58,4 @@ - Fix catastrophic backtracking vulnerability in patch version to reach more users. | ||
[2.1.0]: https://github.com/smhg/gettext-parser/compare/v2.0.0...v2.1.0 | ||
[2.0.0]: https://github.com/smhg/gettext-parser/compare/v1.4.0...v2.0.0 | ||
[1.4.0]: https://github.com/smhg/gettext-parser/compare/v1.3.1...v1.4.0 | ||
@@ -53,0 +62,0 @@ [1.3.1]: https://github.com/smhg/gettext-parser/compare/v1.3.0...v1.3.1 |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var sharedFuncs = require('./shared'); | ||
var Transform = require('stream').Transform; | ||
var Transform = require('readable-stream').Transform; | ||
var util = require('util'); | ||
@@ -8,0 +8,0 @@ |
{ | ||
"name": "gettext-parser", | ||
"description": "Parse and compile gettext po and mo files to/from json, nothing more, nothing less", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"author": "Andris Reinman", | ||
@@ -26,2 +26,3 @@ "contributors": [ | ||
"encoding": "^0.1.12", | ||
"readable-stream": "^2.0.0", | ||
"safe-buffer": "^5.1.2" | ||
@@ -31,8 +32,8 @@ }, | ||
"chai": "^3.5.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-standard": "^11.0.0", | ||
"eslint-plugin-import": "^2.13.0", | ||
"eslint-plugin-node": "^6.0.1", | ||
"eslint-plugin-promise": "^3.8.0", | ||
"eslint-plugin-standard": "^3.1.0", | ||
"eslint": "^5.9.0", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-node": "^8.0.0", | ||
"eslint-plugin-promise": "^4.0.1", | ||
"eslint-plugin-standard": "^4.0.0", | ||
"mocha": "^3.5.3" | ||
@@ -39,0 +40,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
47453
3
+ Addedreadable-stream@^2.0.0
+ Addedcore-util-is@1.0.3(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedreadable-stream@2.3.8(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedstring_decoder@1.1.1(transitive)
+ Addedutil-deprecate@1.0.2(transitive)