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

gettext-parser

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gettext-parser - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

9

CHANGELOG.md
# 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

2

lib/poparser.js

@@ -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 @@ },

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