google-closure-compiler
Advanced tools
Comparing version 20190215.0.0-nightly to 20190216.0.0-nightly
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6186000
243228
+ Addedgoogle-closure-compiler-java@20190216.0.0-nightly(transitive)
+ Addedgoogle-closure-compiler-js@20190216.0.0-nightly(transitive)
+ Addedgoogle-closure-compiler-linux@20190216.0.0-nightly(transitive)
+ Addedgoogle-closure-compiler-osx@20190216.0.0-nightly(transitive)
- Removedgoogle-closure-compiler-java@20190215.0.2(transitive)
- Removedgoogle-closure-compiler-js@20190215.0.2(transitive)
- Removedgoogle-closure-compiler-linux@20190215.0.2(transitive)
- Removedgoogle-closure-compiler-osx@20190215.0.2(transitive)