Comparing version 0.0.0 to 0.1.0
{ | ||
"name": "bluewhale", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "Dockerboard Web Client", | ||
"main": "index.js", | ||
"main": "dist/index.html", | ||
"scripts": { | ||
@@ -19,3 +19,36 @@ "test": "make test" | ||
"author": "fundon <cfddream@gmail.com>", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"devDependencies": { | ||
"bower": "*", | ||
"browser-sync": "^1.8.0", | ||
"del": "^1.1.0", | ||
"glob": "^4.3.1", | ||
"gulp": "^3.8.10", | ||
"gulp-autoprefixer": "^2.0.0", | ||
"gulp-concat": "^2.4.2", | ||
"gulp-csso": "^0.2.9", | ||
"gulp-debug": "^1.0.1", | ||
"gulp-filter": "^1.0.2", | ||
"gulp-if": "^1.2.5", | ||
"gulp-imagemin": "^2.0.0", | ||
"gulp-jade": "^0.10.0", | ||
"gulp-jscs": "^1.3.1", | ||
"gulp-jshint": "^1.9.0", | ||
"gulp-load-plugins": "^0.8.0", | ||
"gulp-ng-annotate": "^0.4.3", | ||
"gulp-ng-html2js": "^0.1.8", | ||
"gulp-plumber": "^0.6.6", | ||
"gulp-rev": "^2.0.1", | ||
"gulp-sass": "ajoslin/gulp-sass#master", | ||
"gulp-uglify": "^1.0.2", | ||
"gulp-usemin": "^0.3.8", | ||
"gulp-watch": "^3.0.0", | ||
"jshint-summary": "^0.4.0", | ||
"karma": "^0.12.28", | ||
"karma-chrome-launcher": "^0.1.7", | ||
"node-webkit-builder": "^1.0.4", | ||
"proxy-middleware": "^0.9.0", | ||
"run-sequence": "^1.0.2", | ||
"vinyl-paths": "^1.0.0" | ||
} | ||
} |
# bluewhale | ||
A [Dockerboard][] Web Client. | ||
The [Dockerboard][] Web Client. | ||
[![badge](http://dockeri.co/image/dockerboard/bluewhale)](https://registry.hub.docker.com/u/dockerboard/bluewhare/) | ||
## Screenshot | ||
![Dockerboard Screenshot](https://github.com/dockerboard/bluewhale/blob/master/screenshots/dockerboard.gif?raw=true) | ||
## Quickstart | ||
Dockerboard Restful API Prefix: `http://localhost/api/` | ||
### Prerequisites | ||
* [Node.js][] | ||
* [Bower][] | ||
* [Gulp][] | ||
``` | ||
npm install -g gulp | ||
npm install -g bower | ||
npm install | ||
bower install | ||
``` | ||
Or | ||
``` | ||
docker build -t dockerboard/bluewhale github.com/dockerboard/bluewhale | ||
docker build -t dockerboard/dockerboard github.com/dockerboard/dockerboard | ||
docker run -d -v /bluewhale/dist --name bluewhale dockerboard/bluewhale | ||
docker run -d -p 8001:8001 -v /var/run/docker.sock:/var/run/docker.sock --volumes-from bluewhale --name dockerboard dockerboard/dockerboard | ||
open 127.0.0.1:8001 | ||
``` | ||
### Development | ||
``` | ||
gulp watch | ||
``` | ||
### Production | ||
``` | ||
gulp clean | ||
gulp build | ||
gulp publish | ||
``` | ||
## Build With | ||
- [Angular.js][] — Our front end is an Angular.js app that communicates with the [Dockerboard][] API. | ||
- [Material Design][] — We use [Angular Material][] for UI. | ||
- [D3.js][] — We use D3.js for drawing, bring data. | ||
[Dockerboard]: https://github.com/dockerboard/dockerboard | ||
[Node.js]: https://nodejs.org | ||
[Gulp]: http://gulpjs.com | ||
[Bower]: http://bower.io | ||
[Angular.js]: https://www.angularjs.org/ | ||
[D3.js]: http://d3js.org/ | ||
[Material Design]: https://material.angularjs.org/ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
4128546
86
3260
69
31
3
3
6