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

i18n-json-po

Package Overview
Dependencies
Maintainers
8
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18n-json-po - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

dist/convert.js

@@ -94,3 +94,5 @@ "use strict";

this.addMsgid(entry[0]);
this.addMsgidPlural(entry[entry.length - 1]);
// extracted original entries contain only first and
// last plurals forms, which identify the entry
this.addMsgidPlural(entry[1]);
this.addMsgstrPlural(entry.length);

@@ -97,0 +99,0 @@ }

{
"name": "i18n-json-po",
"version": "1.0.4",
"version": "1.0.5",
"description": "i18n .json to .pot file converter",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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