Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/angular-cookies')
-rw-r--r--node_modules/angular-cookies/angular-cookies.js6
-rw-r--r--node_modules/angular-cookies/angular-cookies.min.js6
-rw-r--r--node_modules/angular-cookies/bower.json4
-rw-r--r--node_modules/angular-cookies/package.json30
4 files changed, 22 insertions, 24 deletions
diff --git a/node_modules/angular-cookies/angular-cookies.js b/node_modules/angular-cookies/angular-cookies.js
index 29cd78d12f..b1886e4e90 100644
--- a/node_modules/angular-cookies/angular-cookies.js
+++ b/node_modules/angular-cookies/angular-cookies.js
@@ -1,6 +1,6 @@
/**
- * @license AngularJS v1.8.0
- * (c) 2010-2020 Google, Inc. http://angularjs.org
+ * @license AngularJS v1.8.2
+ * (c) 2010-2020 Google LLC. http://angularjs.org
* License: MIT
*/
(function(window, angular) {'use strict';
@@ -17,7 +17,7 @@
angular.module('ngCookies', ['ng']).
- info({ angularVersion: '1.8.0' }).
+ info({ angularVersion: '1.8.2' }).
/**
* @ngdoc provider
* @name $cookiesProvider
diff --git a/node_modules/angular-cookies/angular-cookies.min.js b/node_modules/angular-cookies/angular-cookies.min.js
index 873220d56f..1f0b5122cb 100644
--- a/node_modules/angular-cookies/angular-cookies.min.js
+++ b/node_modules/angular-cookies/angular-cookies.min.js
@@ -1,9 +1,9 @@
/*
- AngularJS v1.8.0
- (c) 2010-2020 Google, Inc. http://angularjs.org
+ AngularJS v1.8.2
+ (c) 2010-2020 Google LLC. http://angularjs.org
License: MIT
*/
(function(n,e){'use strict';function m(d,k,l){var a=l.baseHref(),h=d[0];return function(f,b,c){var d,g;c=c||{};g=c.expires;d=e.isDefined(c.path)?c.path:a;e.isUndefined(b)&&(g="Thu, 01 Jan 1970 00:00:00 GMT",b="");e.isString(g)&&(g=new Date(g));b=encodeURIComponent(f)+"="+encodeURIComponent(b);b=b+(d?";path="+d:"")+(c.domain?";domain="+c.domain:"");b+=g?";expires="+g.toUTCString():"";b+=c.secure?";secure":"";b+=c.samesite?";samesite="+c.samesite:"";c=b.length+1;4096<c&&k.warn("Cookie '"+f+"' possibly not set or overflowed because it was too large ("+
-c+" > 4096 bytes)!");h.cookie=b}}e.module("ngCookies",["ng"]).info({angularVersion:"1.8.0"}).provider("$cookies",[function(){var d=this.defaults={};this.$get=["$$cookieReader","$$cookieWriter",function(k,l){return{get:function(a){return k()[a]},getObject:function(a){return(a=this.get(a))?e.fromJson(a):a},getAll:function(){return k()},put:function(a,h,f){l(a,h,f?e.extend({},d,f):d)},putObject:function(a,d,f){this.put(a,e.toJson(d),f)},remove:function(a,h){l(a,void 0,h?e.extend({},d,h):d)}}}]}]);m.$inject=
+c+" > 4096 bytes)!");h.cookie=b}}e.module("ngCookies",["ng"]).info({angularVersion:"1.8.2"}).provider("$cookies",[function(){var d=this.defaults={};this.$get=["$$cookieReader","$$cookieWriter",function(k,l){return{get:function(a){return k()[a]},getObject:function(a){return(a=this.get(a))?e.fromJson(a):a},getAll:function(){return k()},put:function(a,h,f){l(a,h,f?e.extend({},d,f):d)},putObject:function(a,d,f){this.put(a,e.toJson(d),f)},remove:function(a,h){l(a,void 0,h?e.extend({},d,h):d)}}}]}]);m.$inject=
["$document","$log","$browser"];e.module("ngCookies").provider("$$cookieWriter",function(){this.$get=m})})(window,window.angular);
//# sourceMappingURL=angular-cookies.min.js.map
diff --git a/node_modules/angular-cookies/bower.json b/node_modules/angular-cookies/bower.json
index a242299e48..05dfce194c 100644
--- a/node_modules/angular-cookies/bower.json
+++ b/node_modules/angular-cookies/bower.json
@@ -1,10 +1,10 @@
{
"name": "angular-cookies",
- "version": "1.8.0",
+ "version": "1.8.2",
"license": "MIT",
"main": "./angular-cookies.js",
"ignore": [],
"dependencies": {
- "angular": "1.8.0"
+ "angular": "1.8.2"
}
}
diff --git a/node_modules/angular-cookies/package.json b/node_modules/angular-cookies/package.json
index 787b347696..631b62c332 100644
--- a/node_modules/angular-cookies/package.json
+++ b/node_modules/angular-cookies/package.json
@@ -1,32 +1,28 @@
{
- "_args": [
- [
- "angular-cookies@1.8.0",
- "/Users/benakamoorthi/Projects/matomo"
- ]
- ],
- "_from": "angular-cookies@1.8.0",
- "_id": "angular-cookies@1.8.0",
+ "_from": "angular-cookies@1.8.2",
+ "_id": "angular-cookies@1.8.2",
"_inBundle": false,
- "_integrity": "sha512-gWO3RKF0WMmXhseiN3Aw9aEmQ3mB53wSdAxpeKKHbiDwU7vmK+MBuebyOX9qbwZYubn5nM8LByZVmg7T6jOV1w==",
+ "_integrity": "sha512-M6fCnsnw1pj1+nXuO28ilJ+h6pFCIXQKSEgy9/PIoN0sZr5FqsE9BK18PdBQa8dif+fnHCAYpPU8MgDzT/sZSg==",
"_location": "/angular-cookies",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "angular-cookies@1.8.0",
+ "raw": "angular-cookies@1.8.2",
"name": "angular-cookies",
"escapedName": "angular-cookies",
- "rawSpec": "1.8.0",
+ "rawSpec": "1.8.2",
"saveSpec": null,
- "fetchSpec": "1.8.0"
+ "fetchSpec": "1.8.2"
},
"_requiredBy": [
+ "#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/angular-cookies/-/angular-cookies-1.8.0.tgz",
- "_spec": "1.8.0",
- "_where": "/Users/benakamoorthi/Projects/matomo",
+ "_resolved": "https://registry.npmjs.org/angular-cookies/-/angular-cookies-1.8.2.tgz",
+ "_shasum": "0791c37c395d9fba8144781f3b2ed135ca7c5925",
+ "_spec": "angular-cookies@1.8.2",
+ "_where": "/srv/matomo",
"author": {
"name": "Angular Core Team",
"email": "angular-core+npm@google.com"
@@ -34,6 +30,8 @@
"bugs": {
"url": "https://github.com/angular/angular.js/issues"
},
+ "bundleDependencies": false,
+ "deprecated": false,
"description": "AngularJS module for cookies",
"homepage": "http://angularjs.org",
"jspm": {
@@ -62,5 +60,5 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
- "version": "1.8.0"
+ "version": "1.8.2"
}