Socket
Socket
Sign inDemoInstall

google-closure-compiler

Package Overview
Dependencies
Maintainers
1
Versions
1917
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 20150729.0.0 to 20150901.0.0

4

contrib/externs/angular-1.3-http-promise_templated.js

@@ -36,3 +36,3 @@ /*

*/
angular.$http.Response;
angular.$http.Response = function() {};

@@ -59,3 +59,3 @@ /** @type {T} */

*/
angular.$http.HttpPromise;
angular.$http.HttpPromise = function() {};

@@ -62,0 +62,0 @@ /**

@@ -33,3 +33,3 @@ /*

*/
angular.$q;
angular.$q = function() {};

@@ -39,5 +39,5 @@ /**

* @template T
* @extends {IThenable.<T>}
* @implements {IThenable<T>}
*/
angular.$q.Promise;
angular.$q.Promise = function() {};

@@ -86,3 +86,3 @@ /**

*/
angular.$q.Deferred;
angular.$q.Deferred = function() {};

@@ -89,0 +89,0 @@ /** @param {T=} opt_value */

@@ -1052,3 +1052,3 @@ /*

*/
angular.$animate;
angular.$animate = function() {};

@@ -1140,3 +1140,3 @@ /**

*/
angular.$animateProvider;
angular.$animateProvider = function() {};

@@ -1156,2 +1156,27 @@ /**

/******************************************************************************
* $ariaProvider Service
*****************************************************************************/
/**
* @constructor
*/
angular.$ariaProvider = function() {};
/**
* @param {!{
* ariaHidden: (boolean|undefined),
* ariaChecked: (boolean|undefined),
* ariaDisabled: (boolean|undefined),
* ariaRequired: (boolean|undefined),
* ariaInvalid: (boolean|undefined),
* ariaMultiline: (boolean|undefined),
* ariaValue: (boolean|undefined),
* tabindex: (boolean|undefined),
* bindKeypress: (boolean|undefined),
* bindRoleForClick: (boolean|undefined)
* }} config
*/
angular.$ariaProvider.prototype.config = function(config) {};
/******************************************************************************
* $compile Service

@@ -1175,3 +1200,3 @@ *****************************************************************************/

*/
angular.$compileProvider;
angular.$compileProvider = function() {};

@@ -1294,2 +1319,9 @@ /**

/**
* @typedef {function(Array,
* (string|Object|function(?):*),
* (function(?):*|boolean)=): Array}
*/
angular.$filter.filter;
/******************************************************************************

@@ -1296,0 +1328,0 @@ * $filterProvider Service

@@ -36,3 +36,3 @@ /*

*/
angular.$http.Response;
angular.$http.Response = function() {};

@@ -59,31 +59,5 @@ /** @type {T} */

*/
angular.$http.HttpPromise;
angular.$http.HttpPromise = function() {};
/**
* @param {?(function(T):
* (RESULT|IThenable.<RESULT>|Thenable))=} opt_onFulfilled
* @param {?(function(*): *)=} opt_onRejected
* @param {?(function(*): *)=} opt_notifyCallback
* @return {!angular.$http.HttpPromise.<RESULT>}
* @template RESULT
* @override
*/
angular.$http.HttpPromise.prototype.then =
function(opt_onFulfilled, opt_onRejected, opt_notifyCallback) {};
/**
* @param {?function(?)} callback
* @return {!angular.$http.HttpPromise.<T>}
* @override
*/
angular.$http.HttpPromise.prototype.catch = function(callback) {};
/**
* @param {?function(?)} callback
* @return {!angular.$http.HttpPromise.<T>}
* @override
*/
angular.$http.HttpPromise.prototype.finally = function(callback) {};
/**
* @param {function(T, number, function(string=):

@@ -90,0 +64,0 @@ * (string|Object|null), angular.$http.Config)} callback

@@ -82,3 +82,3 @@ /*

*/
angular.$q.Deferred;
angular.$q.Deferred = function() {};

@@ -85,0 +85,0 @@ /** @param {T=} opt_value */

@@ -712,3 +712,3 @@ /*

/** @constructor */
angular.Scope;
angular.Scope = function() {};

@@ -892,3 +892,3 @@ /** @type {string} */

*/
angular.$animate;
angular.$animate = function() {};

@@ -1001,3 +1001,3 @@ /**

*/
angular.$animateProvider;
angular.$animateProvider = function() {};

@@ -1017,2 +1017,27 @@ /**

/******************************************************************************
* $ariaProvider Service
*****************************************************************************/
/**
* @constructor
*/
angular.$ariaProvider = function() {};
/**
* @param {!{
* ariaHidden: (boolean|undefined),
* ariaChecked: (boolean|undefined),
* ariaDisabled: (boolean|undefined),
* ariaRequired: (boolean|undefined),
* ariaInvalid: (boolean|undefined),
* ariaMultiline: (boolean|undefined),
* ariaValue: (boolean|undefined),
* tabindex: (boolean|undefined),
* bindKeypress: (boolean|undefined),
* bindRoleForClick: (boolean|undefined)
* }} config
*/
angular.$ariaProvider.prototype.config = function(config) {};
/******************************************************************************
* $compile Service

@@ -1036,3 +1061,3 @@ *****************************************************************************/

*/
angular.$compileProvider;
angular.$compileProvider = function() {};

@@ -1155,2 +1180,9 @@ /**

/**
* @typedef {function(Array,
* (string|Object|function(?):*),
* (function(?):*|boolean)=): Array}
*/
angular.$filter.filter;
/******************************************************************************

@@ -1157,0 +1189,0 @@ * $filterProvider Service

@@ -96,3 +96,3 @@ /*

* controllerAs: (string|undefined),
* parent: (Element|undefined)
* parent: (angular.JQLite|Element|undefined)
* }}

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

* @typedef {{
* isLockedOpen: function():boolean,
* isOpen: function():boolean,

@@ -232,0 +233,0 @@ * toggle: function(),

@@ -263,3 +263,3 @@ /*

* Export browser events to your opener.
* @param {Array.<string>} events List of events to export. Currently only
* @param {Array<string>} events List of events to export. Currently only
* supports mouseover and mouseout.

@@ -266,0 +266,0 @@ */

@@ -107,3 +107,3 @@ /*

* Only used by IFPC.
* @param {Array.<string>} fragment An RPC request fragment encoded as
* @param {Array<string>} fragment An RPC request fragment encoded as
* an array. The first 4 elements are target id, source id & call id,

@@ -210,3 +210,3 @@ * total packet number, packet id. The last element stores the actual

* @param {string} key The user preference key.
* @return {Array.<string>} The array value of the preference.
* @return {Array<string>} The array value of the preference.
*/

@@ -268,3 +268,3 @@ gadgets.Prefs.prototype.getArray = function(key) {};

* @param {string} key The preference key.
* @param {Array.<string>} array The preference array.
* @param {Array<string>} array The preference array.
*/

@@ -393,3 +393,3 @@ gadgets.Prefs.prototype.setArray = function(key, array) {};

/**@type {Object}*/ gadgets.io.ResponseObject.data;
/**@type {Array.<string>}*/ gadgets.io.ResponseObject.errors;
/**@type {Array<string>}*/ gadgets.io.ResponseObject.errors;
/**@type {Object}*/ gadgets.io.ResponseObject.headers;

@@ -425,3 +425,3 @@ /**@type {number}*/ gadgets.io.ResponseObject.rc;

* @param {gadgets.views.View|string} view The view to navigate to.
* @param {Object=} opt_params Map.<String, String>: Parameters to pass to the
* @param {Object=} opt_params Map<String, String>: Parameters to pass to the
* gadget after it has been navigated to on the surface.

@@ -428,0 +428,0 @@ * @param {string=} opt_ownerId The ID of the owner of the page to navigate to;

@@ -39,4 +39,4 @@ /*

* @return {{reset: function(), update:
* function((Array.<number>|string),number=), digest:
* function():Array.<number>, digestString: function():string}} SHA1
* function((Array<number>|string),number=), digest:
* function():Array<number>, digestString: function():string}} SHA1
* hasher object. Methods of the returned object are: reset() which

@@ -43,0 +43,0 @@ * resets the internal accumulator, update(bytes, opt_length) which

@@ -264,3 +264,3 @@ /*

* @see http://www.w3.org/TR/file-system-api/#widl-DirectoryReaderSync-readEntries
* @return {!Array.<!EntrySync>}
* @return {!Array<!EntrySync>}
*/

@@ -267,0 +267,0 @@ DirectoryReaderSync.prototype.readEntries = function() {};

@@ -18,4 +18,4 @@ /*

/**
* @fileoverview Externs for the Google Analytics API.
* @see http://code.google.com/intl/en/apis/analytics/docs/gaJS/gaJSApi.html
* @fileoverview Externs for the Google Classic Analytics API (ga.js).
* @see https://developers.google.com/analytics/devguides/collection/gajs/gaTrackingOverview
* @externs

@@ -22,0 +22,0 @@ */

@@ -385,3 +385,3 @@ /*

*/
function ddescribe(description, handler) {}
function fdescribe(description, handler) {}

@@ -407,3 +407,3 @@

*/
function iit(description, handler) {}
function fit(description, handler) {}

@@ -410,0 +410,0 @@

@@ -85,3 +85,3 @@ /*

/** @type {?function(!MessageEvent.<*>)} */
/** @type {?function(!MessageEvent<*>)} */
EventSource.prototype.onmessage = function(e) {};

@@ -88,0 +88,0 @@

@@ -334,3 +334,3 @@ /*

* @constructor
* @extends {Array.<!SpeechSynthesisVoice>}
* @extends {Array<!SpeechSynthesisVoice>}
*/

@@ -337,0 +337,0 @@ function SpeechSynthesisVoiceList() {}

{
"name": "google-closure-compiler",
"version": "20150729.0.0",
"version": "20150901.0.0",
"description": "A JavaScript checker and optimizer",

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

Sorry, the diff of this file is not supported yet

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

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