angular-cookies
Advanced tools
Comparing version 1.6.0-rc.1 to 1.6.0-rc.2
/** | ||
* @license AngularJS v1.6.0-rc.1 | ||
* @license AngularJS v1.6.0-rc.2 | ||
* (c) 2010-2016 Google, Inc. http://angularjs.org | ||
@@ -197,2 +197,3 @@ * License: MIT | ||
* @deprecated | ||
* sinceVersion="v1.4.0" | ||
* Please use the {@link ngCookies.$cookies `$cookies`} service instead. | ||
@@ -199,0 +200,0 @@ * |
/* | ||
AngularJS v1.6.0-rc.1 | ||
AngularJS v1.6.0-rc.2 | ||
(c) 2010-2016 Google, Inc. http://angularjs.org | ||
@@ -4,0 +4,0 @@ License: MIT |
{ | ||
"name": "angular-cookies", | ||
"version": "1.6.0-rc.1", | ||
"version": "1.6.0-rc.2", | ||
"license": "MIT", | ||
@@ -8,4 +8,4 @@ "main": "./angular-cookies.js", | ||
"dependencies": { | ||
"angular": "1.6.0-rc.1" | ||
"angular": "1.6.0-rc.2" | ||
} | ||
} |
{ | ||
"name": "angular-cookies", | ||
"version": "1.6.0-rc.1", | ||
"version": "1.6.0-rc.2", | ||
"description": "AngularJS module for cookies", | ||
@@ -5,0 +5,0 @@ "main": "index.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
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
18929
329