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 4.0.0-alpha.1 to 4.0.0

8

index.js

@@ -1,9 +0,7 @@

'use strict';
const { parse, stream } = require('./lib/poparser');
var poParser = require('./lib/poparser');
module.exports = {
po: {
parse: poParser.parse,
createParseStream: poParser.stream,
parse,
createParseStream: stream,
compile: require('./lib/pocompiler')

@@ -10,0 +8,0 @@ },

{
"name": "gettext-parser",
"description": "Parse and compile gettext po and mo files to/from json, nothing more, nothing less",
"version": "4.0.0-alpha.1",
"version": "4.0.0",
"author": "Andris Reinman",

@@ -28,3 +28,3 @@ "contributors": [

"encoding": "^0.1.12",
"readable-stream": "^3.2.0",
"readable-stream": "^3.3.0",
"safe-buffer": "^5.1.2"

@@ -34,9 +34,9 @@ },

"chai": "^4.2.0",
"eslint": "^5.15.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^6.0.2"
"mocha": "^6.1.2"
},

@@ -43,0 +43,0 @@ "keywords": [

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