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

to
0.0.7

8

index.js

@@ -22,5 +22,5 @@ /*

return through.obj(function (file, enc, callback) {
var jsonSpace = options && options.jsonSpace ? options.jsonSpace : 2;
var srcPath = options && options.srcPath ? options.srcPath : 'app';
var distPath = options && options.distPath ? options.distPath : 'dist';
var jsonSpace = (options && options.jsonSpace !== undefined) ? options.jsonSpace : 2;
var srcPath = (options && options.srcPath !== undefined) ? options.srcPath : 'app';
var distPath = (options && options.distPath !== undefined) ? options.distPath : 'dist';
var bundles = options && options.bundles ? options.bundles : {};

@@ -428,2 +428,2 @@

});
};
};
{
"name": "gulp-i18n-leverage",
"version": "0.0.6",
"version": "0.0.7",
"description": "Merge changes in default JSON into localized JSON for i18n-behavior",

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