Comparing version 1.0.2 to 1.0.3
Changelog | ||
========= | ||
v1.0.3 - Added tests (28/12/2014) | ||
v1.0.2 - Added image save methods (17/12/2014) | ||
@@ -5,0 +7,0 @@ |
{ | ||
"name": "pix-diff", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Protractor plugin for image comparison", | ||
@@ -10,5 +10,12 @@ "main": "index.js", | ||
}, | ||
"devDependencies": {}, | ||
"devDependencies": { | ||
"grunt": "^0.4.2", | ||
"grunt-cli": "^0.1.13", | ||
"grunt-contrib-clean": "^0.6.0", | ||
"grunt-protractor-runner": "^1.1.4", | ||
"load-grunt-tasks": "^0.6.0", | ||
"protractor": "^1.4.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "node_modules/.bin/grunt" | ||
}, | ||
@@ -15,0 +22,0 @@ "repository": { |
@@ -122,3 +122,6 @@ Pix-Diff | ||
Todo | ||
Run the tests with the following command: | ||
```shell | ||
npm run test | ||
``` | ||
@@ -130,2 +133,7 @@ ###Dependencies | ||
###Dev-Dependencies | ||
* [grunt](https://github.com/gruntjs/grunt) | ||
* [grunt-cli](https://github.com/gruntjs/grunt-cli) | ||
* [grunt-contrib-clean](https://github.com/gruntjs/grunt-contrib-clean) | ||
* [grunt-protractor-runner](https://github.com/teerapap/grunt-protractor-runner) | ||
* [load-grunt-tasks](https://github.com/sindresorhus/load-grunt-tasks) | ||
* [protractor](https://github.com/angular/protractor) | ||
@@ -132,0 +140,0 @@ |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
17021
11
283
1
143
6
1