Socket
Socket
Sign inDemoInstall

google-closure-compiler

Package Overview
Dependencies
Maintainers
1
Versions
1919
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-closure-compiler - npm Package Compare versions

Comparing version 20151015.6.0 to 20151015.7.0

4

lib/gulp/json-to-vinyl.js

@@ -41,4 +41,4 @@ /*

let file = new File({
path: fileList[i].path === 'stdout' ? process.cwd() + '/compiled' + i + '.js' :
fileList[i].path,
path: (fileList[i].path || '').trim().length === 0 || fileList[i].path === 'stdout' ?
process.cwd() + '/compiled' + i + '.js' : fileList[i].path,
contents: new Buffer(fileList[i].src)

@@ -45,0 +45,0 @@ });

{
"name": "google-closure-compiler",
"version": "20151015.6.0",
"version": "20151015.7.0",
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler",

@@ -5,0 +5,0 @@ "repository": {

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