Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pix-diff

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pix-diff - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

Gruntfile.js

2

CHANGELOG.md
Changelog
=========
v1.0.3 - Added tests (28/12/2014)
v1.0.2 - Added image save methods (17/12/2014)

@@ -5,0 +7,0 @@

13

package.json
{
"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 @@

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