New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-i18n-leverage

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-i18n-leverage - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

10

index.js

@@ -208,2 +208,12 @@ /*

// adjust patch path for array item addition
for (i in patch) {
item = patch[i];
if (item.op === 'add' &&
item.path.match(/\/-$/)) {
item.path = item.path.replace(/\/-$/, '');
item.path = item.path + '/' + (findValue(current, item.path).length - 1);
}
}
// construct valueOpMap

@@ -210,0 +220,0 @@ for (i in patch) {

2

package.json
{
"name": "gulp-i18n-leverage",
"version": "1.0.8",
"version": "1.0.9",
"description": "Merge changes in default JSON into localized JSON for i18n-behavior",

@@ -5,0 +5,0 @@ "main": "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