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

gulp-po

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-po - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

10

lib/POEditorDownloader.js

@@ -121,4 +121,10 @@ (function() {

}
dump = yaml.safeDump(file);
dump = dump.replace(/\ \ /g, '\t');
if (ext === 'neon' || ext === 'yml' || ext === 'yaml') {
dump = yaml.safeDump(file);
dump = dump.replace(/\ \ /g, '\t');
} else if (ext === 'json') {
dump = JSON.stringify(file, null, 2);
} else {
callback("File extension '" + ext + "' is not supported.");
}
mergedFile.contents = new Buffer(dump);

@@ -125,0 +131,0 @@ mergedFiles.push(mergedFile);

2

package.json
{
"name": "gulp-po",
"version": "1.0.4",
"version": "1.0.5",
"description": "Gulp extension for synchronizing translates from POEditor.",

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