Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-cookies

Package Overview
Dependencies
Maintainers
2
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-cookies - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

15

angular-cookies.js
/**
* @license AngularJS v1.4.1
* @license AngularJS v1.4.2
* (c) 2010-2015 Google, Inc. http://angularjs.org

@@ -20,4 +20,3 @@ * License: MIT

*
* See {@link ngCookies.$cookies `$cookies`} and
* {@link ngCookies.$cookieStore `$cookieStore`} for usage.
* See {@link ngCookies.$cookies `$cookies`} for usage.
*/

@@ -69,5 +68,7 @@

*
* BREAKING CHANGE: `$cookies` no longer exposes properties that represent the
* current browser cookie values. Now you must use the get/put/remove/etc. methods
* as described below.
* <div class="alert alert-info">
* Up until Angular 1.3, `$cookies` exposed properties that represented the
* current browser cookie values. In version 1.4, this behavior has changed, and
* `$cookies` now provides a standard api of getters, setters etc.
* </div>
*

@@ -197,3 +198,3 @@ * Requires the {@link ngCookies `ngCookies`} module to be installed.

* <div class="alert alert-danger">
* **Note:** The $cookieStore service is deprecated.
* **Note:** The $cookieStore service is **deprecated**.
* Please use the {@link ngCookies.$cookies `$cookies`} service instead.

@@ -200,0 +201,0 @@ * </div>

/*
AngularJS v1.4.1
AngularJS v1.4.2
(c) 2010-2015 Google, Inc. http://angularjs.org

@@ -4,0 +4,0 @@ License: MIT

{
"name": "angular-cookies",
"version": "1.4.1",
"version": "1.4.2",
"main": "./angular-cookies.js",
"ignore": [],
"dependencies": {
"angular": "1.4.1"
"angular": "1.4.2"
}
}
{
"name": "angular-cookies",
"version": "1.4.1",
"version": "1.4.2",
"description": "AngularJS module for cookies",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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