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

angular-abc

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-abc - npm Package Compare versions

Comparing version

to
0.4.5

.npmignore

4

bower.json
{
"name": "angular-abc",
"description": "Angular Bound Charts - Customisable SVG charts with live data & settings, completely bound to AngularJS with no other dependencies",
"version": "0.4.4",
"version": "0.4.5",
"license": "MIT",

@@ -20,3 +20,3 @@ "homepage": "https://github.com/JakeSidSmith/abc",

],
"main": "scripts/abc.js",
"main": "lib/index.js",
"dependencies": {

@@ -23,0 +23,0 @@ "angular": "~1.2.0"

{
"name": "angular-abc",
"version": "0.4.4",
"version": "0.4.5",
"description": "Angular Bound Charts - Customisable SVG charts with live data & settings, completely bound to AngularJS with no other dependencies",
"main": "scripts/abc.js",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "eslint -c node_modules/eslintrc/.eslintrc-es5 lib/"
},

@@ -26,3 +26,13 @@ "repository": {

},
"homepage": "https://github.com/JakeSidSmith/abc#readme"
"homepage": "https://github.com/JakeSidSmith/abc#readme",
"dependencies": {
"angular": "~1.2.0"
},
"devDependencies": {
"eslintrc": "git+https://github.com/JakeSidSmith/eslintrc.git#v0.0.1"
},
"engines": {
"node": "6.2",
"npm": "3.8"
}
}

@@ -1,2 +0,2 @@

# Angular Bound Charts v 0.4.4
# Angular Bound Charts v 0.4.5

@@ -3,0 +3,0 @@ __Customisable SVG charts with live data & settings, completely bound to AngularJS with no other dependencies__