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.0-beta.4 to 1.4.0-beta.5

index.js

2

angular-cookies.js
/**
* @license AngularJS v1.4.0-beta.4
* @license AngularJS v1.4.0-beta.5
* (c) 2010-2015 Google, Inc. http://angularjs.org

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

/*
AngularJS v1.4.0-beta.4
AngularJS v1.4.0-beta.5
(c) 2010-2015 Google, Inc. http://angularjs.org

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

{
"name": "angular-cookies",
"version": "1.4.0-beta.4",
"version": "1.4.0-beta.5",
"main": "./angular-cookies.js",
"ignore": [],
"dependencies": {
"angular": "1.4.0-beta.4"
"angular": "1.4.0-beta.5"
}
}
{
"name": "angular-cookies",
"version": "1.4.0-beta.4",
"version": "1.4.0-beta.5",
"description": "AngularJS module for cookies",
"main": "angular-cookies.js",
"main": "index.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

@@ -17,17 +17,8 @@ # packaged angular-cookies

Add a `<script>` to your `index.html`:
```html
<script src="/node_modules/angular-cookies/angular-cookies.js"></script>
```
Then add `ngCookies` as a dependency for your app:
```javascript
angular.module('myApp', ['ngCookies']);
angular.module('myApp', [require('angular-cookies')]);
```
Note that this package is not in CommonJS format, so doing `require('angular-cookies')` will
return `undefined`.
### bower

@@ -60,3 +51,3 @@

Copyright (c) 2010-2012 Google, Inc. http://angularjs.org
Copyright (c) 2010-2015 Google, Inc. http://angularjs.org

@@ -63,0 +54,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

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