New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

angular-card

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-card - npm Package Compare versions

Comparing version

to
0.3.7

6

bower.json
{
"name": "angular-card",
"version": "0.3.4",
"version": "0.3.7",
"authors": [

@@ -16,4 +16,4 @@ "Sergey Gavruk <svgavruk@gmail.com>"

"dependencies": {
"card": ">=1.1.0",
"angular": "~1.3.8"
"card": "~1.2.2",
"angular": "~1.4.8"
},

@@ -20,0 +20,0 @@ "license": "MIT",

{
"name": "angular-card",
"version": "0.3.6",
"version": "0.3.7",
"description": "Angular directive for card https://github.com/jessepollak/card",

@@ -14,3 +14,3 @@ "main": "src/card.js",

"type": "git",
"url": "git+https://duluca@github.com/duluca/angular-card.git"
"url": "git+https://gavruk@github.com/gavruk/angular-card.git"
},

@@ -25,9 +25,9 @@ "keywords": [

"bugs": {
"url": "https://github.com/duluca/angular-card/issues"
"url": "https://github.com/gavruk/angular-card/issues"
},
"homepage": "https://github.com/duluca/angular-card#readme",
"homepage": "https://github.com/gavruk/angular-card#readme",
"dependencies": {
"angular": "^1.4.7",
"card": "~1.0.x"
"card": "~1.2.2",
"angular": "~1.4.8"
}
}

@@ -14,4 +14,8 @@ angular-card

### bower
`bower install angular-card`
### npm
`npm install angular-card`
##Usage

@@ -18,0 +22,0 @@

@@ -207,4 +207,4 @@ var hasRequire = typeof require === 'function';

if(module) {
if(typeof module !== 'undefined') {
module.exports = 'gavruk.card';
}
}