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

angular-cookies

Package Overview
Dependencies
Maintainers
1
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.3.3 to 1.3.4-build.3588

8

angular-cookies.js
/**
* @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

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