Socket
Socket
Sign inDemoInstall

google-closure-compiler

Package Overview
Dependencies
Maintainers
4
Versions
1914
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 20160315.1.0 to 20160315.2.0

2

lib/node/closure-compiler.js

@@ -37,3 +37,3 @@ /*

function Compiler(args, extraCommandArgs) {
this.commandArguments = extraCommandArgs || [];
this.commandArguments = (extraCommandArgs || []).slice();

@@ -40,0 +40,0 @@ this.commandArguments.push('-jar', Compiler.JAR_PATH);

{
"name": "google-closure-compiler",
"version": "20160315.1.0",
"version": "20160315.2.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