Socket
Socket
Sign inDemoInstall

google-closure-compiler

Package Overview
Dependencies
0
Maintainers
1
Versions
1815
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 20150901.0.0 to 20150920.0.0

contrib/externs/google_universal_analytics_api.js

4

contrib/externs/angular-1.2-q_templated.js

@@ -96,6 +96,6 @@ /*

/**
* @param {*} reason
* @param {*=} opt_reason
* @return {!angular.$q.Promise}
*/
angular.$q.prototype.reject = function(reason) {};
angular.$q.prototype.reject = function(opt_reason) {};

@@ -102,0 +102,0 @@ /**

@@ -51,6 +51,6 @@ /*

/**
* @param {*} reason
* @param {*=} opt_reason
* @return {!angular.$q.Promise}
*/
angular.$q.reject = function(reason) {};
angular.$q.reject = function(opt_reason) {};

@@ -57,0 +57,0 @@ /**

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

* angular.mock.dump
* $TimeoutDecorator
* $RAFDecorator

@@ -229,1 +228,12 @@ * $AsyncCallbackDecorator

angular.mock.$httpBackend.prototype.resetExpectations = function() {};
/** @constructor */
angular.mock.$TimeoutDecorator = function() {};
/** @param {number=} opt_delay */
angular.mock.$TimeoutDecorator.prototype.flush = function(opt_delay) {};
angular.mock.$TimeoutDecorator.prototype.verifyNoPendingTasks = function() {};

@@ -140,6 +140,6 @@ /*

/**
* @param {*} reason
* @param {*=} opt_reason
* @return {!angular.$q.Promise}
*/
angular.$q.prototype.reject = function(reason) {};
angular.$q.prototype.reject = function(opt_reason) {};

@@ -146,0 +146,0 @@ /**

@@ -50,6 +50,6 @@ /*

/**
* @param {*} reason
* @param {*=} opt_reason
* @return {!angular.$q.Promise}
*/
angular.$q.reject = function(reason) {};
angular.$q.reject = function(opt_reason) {};

@@ -56,0 +56,0 @@ /**

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

* angular.mock.dump
* $TimeoutDecorator
* $RAFDecorator

@@ -229,1 +228,12 @@ * $AsyncCallbackDecorator

angular.mock.$httpBackend.prototype.resetExpectations = function() {};
/** @constructor */
angular.mock.$TimeoutDecorator = function() {};
/** @param {number=} opt_delay */
angular.mock.$TimeoutDecorator.prototype.flush = function(opt_delay) {};
angular.mock.$TimeoutDecorator.prototype.verifyNoPendingTasks = function() {};

@@ -138,6 +138,6 @@ /*

/**
* @param {*} reason
* @param {*=} opt_reason
* @return {!angular.$q.Promise}
*/
angular.$q.prototype.reject = function(reason) {};
angular.$q.prototype.reject = function(opt_reason) {};

@@ -144,0 +144,0 @@ /**

@@ -1065,2 +1065,9 @@ /*

/**
* @param {!Array.<!RegExp>=} opt_expressions
* @return {!RegExp|!angular.$compileProvider}
*/
angular.$compileProvider.prototype.aHrefSanitizationWhitelist = function(
opt_expressions) {};
/******************************************************************************

@@ -2235,3 +2242,3 @@ * $cacheFactory Service

/**
* @typedef {function(function(), number=, boolean=):!angular.$q.Promise}
* @typedef {function(Function, number=, boolean=, ...*):!angular.$q.Promise}
*/

@@ -2238,0 +2245,0 @@ angular.$timeout;

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

* locals: (Object|undefined),
* bindToController: (boolean|undefined),
* resolve: (Object|undefined),

@@ -174,0 +175,0 @@ * controllerAs: (string|undefined)

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

/**
* @type {string}
* @see http://www.w3.org/TR/pointerevents/#the-touch-action-css-property
*/
CSSProperties.prototype.touchAction;
/**
* @type {boolean}

@@ -29,0 +35,0 @@ * @see http://www.w3.org/TR/pointerevents/#widl-Navigator-pointerEnabled

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

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

@@ -345,3 +345,3 @@ # [Google Closure Compiler](https://developers.google.com/closure/compiler/)

<td>URL</td>
<td>http://code.google.com/p/protobuf/</td>
<td>https://github.com/google/protobuf</td>
</tr>

@@ -452,3 +452,3 @@

<td>URL</td>
<td>https://code.google.com/p/google-gson/</td>
<td>https://github.com/google/gson</td>
</tr>

@@ -455,0 +455,0 @@

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc