angular-cookies
Advanced tools
Comparing version 1.3.3 to 1.3.4-build.3588
/** | ||
* @license AngularJS v1.3.3 | ||
* @license AngularJS v1.2.27 | ||
* (c) 2010-2014 Google, Inc. http://angularjs.org | ||
@@ -51,3 +51,3 @@ * License: MIT | ||
*/ | ||
factory('$cookies', ['$rootScope', '$browser', function($rootScope, $browser) { | ||
factory('$cookies', ['$rootScope', '$browser', function ($rootScope, $browser) { | ||
var cookies = {}, | ||
@@ -99,3 +99,3 @@ lastCookies = {}, | ||
//update all cookies updated in $cookies | ||
for (name in cookies) { | ||
for(name in cookies) { | ||
value = cookies[name]; | ||
@@ -113,3 +113,3 @@ if (!angular.isString(value)) { | ||
//verify what was actually stored | ||
if (updated) { | ||
if (updated){ | ||
updated = false; | ||
@@ -116,0 +116,0 @@ browserCookies = $browser.cookies(); |
/* | ||
AngularJS v1.3.3 | ||
AngularJS v1.2.27 | ||
(c) 2010-2014 Google, Inc. http://angularjs.org | ||
@@ -4,0 +4,0 @@ License: MIT |
{ | ||
"name": "angular-cookies", | ||
"version": "1.3.3", | ||
"version": "1.2.27", | ||
"main": "./angular-cookies.js", | ||
"ignore": [], | ||
"dependencies": { | ||
"angular": "1.3.3" | ||
"angular": "1.2.27" | ||
} | ||
} |
{ | ||
"name": "angular-cookies", | ||
"version": "1.3.3", | ||
"version": "1.3.4-build.3588+sha.158241e", | ||
"description": "AngularJS module for cookies", | ||
@@ -5,0 +5,0 @@ "main": "angular-cookies.js", |
Sorry, the diff of this file is not supported yet
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
11951
2
1