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.1.0 to 3.0.0

4

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

8

package.json
{
"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 @@

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