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.5 to 1.0.6

2

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

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

@@ -170,7 +170,3 @@ [![Build Status](https://travis-ci.org/t2ym/gulp-i18n-leverage.svg?branch=master)](https://travis-ci.org/t2ym/gulp-i18n-leverage)

var xliffPath = path.join('app', 'xliff');
var x2j = new xliff2bundlejson({
cleanJSON: true,
decorateJSON: true,
polymer: true
});
var x2j = new xliff2bundlejson({});
return gulp.src([

@@ -346,5 +342,2 @@ 'app/**/xliff/bundle.*.xlf'

var x2j = new xliff2bundlejson({
cleanJSON: true,
decorateJSON: true,
polymer: true,
date: new Date() // XLIFF's date attribute

@@ -351,0 +344,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