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

google-closure-compiler

Package Overview
Dependencies
Maintainers
5
Versions
1967
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 20190215.0.0-nightly to 20190216.0.0-nightly

7

contrib/externs/webassembly.js

@@ -162,5 +162,8 @@ /*

/** @typedef {function(...)} */
var TableFunction;
/**
* @param {number} index
* @return {function(...)}
* @return {TableFunction}
*/

@@ -171,4 +174,4 @@ WebAssembly.Table.prototype.get = function(index) {};

* @param {number} index
* @param {?function(...)} value
* @param {?TableFunction} value
*/
WebAssembly.Table.prototype.set = function(index, value) {};
{
"name": "google-closure-compiler",
"version": "20190215.0.0-nightly",
"version": "20190216.0.0-nightly",
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler",

@@ -40,4 +40,4 @@ "repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler",

"chalk": "^1.0.0",
"google-closure-compiler-java": "^20190215.0.0-nightly",
"google-closure-compiler-js": "^20190215.0.0-nightly",
"google-closure-compiler-java": "^20190216.0.0-nightly",
"google-closure-compiler-js": "^20190216.0.0-nightly",
"minimist": "^1.2.0",

@@ -48,4 +48,4 @@ "vinyl": "^2.0.1",

"optionalDependencies": {
"google-closure-compiler-linux": "^20190215.0.0-nightly",
"google-closure-compiler-osx": "^20190215.0.0-nightly"
"google-closure-compiler-linux": "^20190216.0.0-nightly",
"google-closure-compiler-osx": "^20190216.0.0-nightly"
},

@@ -72,3 +72,3 @@ "devDependencies": {

},
"gitHead": "db9ab05e406893793f0e8fe7123dbff7e82b793b"
"gitHead": "e30f7472a5d8ae91ea59523723bdeb8dc3b5df0f"
}
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