You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

google-closure-compiler

Package Overview
Dependencies
Maintainers
4
Versions
2178
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

to
20250708.0.0

6

contrib/externs/jquery-1.12_and_2.2.js

@@ -1783,2 +1783,8 @@ /*

/**
* @override
* @return {!Iterator<*>}
*/
jQuery.prototype[Symbol.iterator] = function() {};
/**
* @record

@@ -1785,0 +1791,0 @@ */

3

contrib/externs/jquery-3.0.js

@@ -1855,2 +1855,5 @@ /*

/** @override */
jQuery.prototype[Symbol.iterator] = function() {};
/**

@@ -1857,0 +1860,0 @@ * @record

@@ -1864,2 +1864,8 @@ /*

/**
* @override
* @return {!Iterator<*>}
*/
jQuery.prototype[Symbol.iterator] = function() {};
/**
* @record

@@ -1866,0 +1872,0 @@ */

@@ -1866,2 +1866,8 @@ /*

/**
* @override
* @return {!Iterator<*>}
*/
jQuery.prototype[Symbol.iterator] = function() {};
/**
* @record

@@ -1868,0 +1874,0 @@ */

@@ -1678,2 +1678,8 @@ /*

/**
* @override
* @return {!Iterator<*>}
*/
jQuery.prototype[Symbol.iterator] = function() {};
/**
* @param {function()} doneCallbacks

@@ -1680,0 +1686,0 @@ * @param {function()=} failCallbacks

5

externs/browser/fetchapi.js

@@ -101,3 +101,6 @@ /*

/** @return {!Iterator<!Array<string>>} */
/**
* @return {!Iterator<!Array<string>>}
* @override
*/
Headers.prototype[Symbol.iterator] = function() {};

@@ -104,0 +107,0 @@

@@ -61,2 +61,3 @@ /*

* @template T
* @extends {IteratorIterable<T>}
*/

@@ -67,2 +68,3 @@ Intl.SegmentIterator = function() {};

* @return {!Intl.SegmentIterator<T>}
* @override
*/

@@ -69,0 +71,0 @@ Intl.SegmentIterator.prototype[Symbol.iterator] = function() {};

@@ -76,2 +76,10 @@ /*

/**
* @return {!IteratorIterable<!Array<string>>}
* @nosideeffects
* @see https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams/keys
* @override
*/
URLSearchParams.prototype[Symbol.iterator] = function() {};
/**
* @param {function(string, string)} callback

@@ -78,0 +86,0 @@ * @return {undefined}

@@ -494,2 +494,5 @@ /*

/** @override */
NodeList.prototype[Symbol.iterator] = function() {};
/**

@@ -545,2 +548,5 @@ * @type {number}

/** @override */
NamedNodeMap.prototype[Symbol.iterator] = function() {};
/**

@@ -547,0 +553,0 @@ * @type {number}

@@ -488,2 +488,5 @@ /*

/** @override */
FormData.prototype[Symbol.iterator] = function() {};
/**

@@ -490,0 +493,0 @@ * @param {string} name

@@ -377,2 +377,3 @@ /*

* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/Symbol.iterator
* @override
*/

@@ -379,0 +380,0 @@ Set.prototype[Symbol.iterator] = function() {};

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

@@ -44,3 +44,3 @@ "type": "module",

"chalk": "5.x",
"google-closure-compiler-java": "^20250701.0.0",
"google-closure-compiler-java": "^20250708.0.0",
"minimist": "1.x",

@@ -51,6 +51,6 @@ "vinyl": "3.x",

"optionalDependencies": {
"google-closure-compiler-linux": "^20250701.0.0",
"google-closure-compiler-linux-arm64": "^20250701.0.0",
"google-closure-compiler-macos": "^20250701.0.0",
"google-closure-compiler-windows": "^20250701.0.0"
"google-closure-compiler-linux": "^20250708.0.0",
"google-closure-compiler-linux-arm64": "^20250708.0.0",
"google-closure-compiler-macos": "^20250708.0.0",
"google-closure-compiler-windows": "^20250708.0.0"
},

@@ -57,0 +57,0 @@ "devDependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display