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.1.15 to 1.1.16

5

CHANGELOG.md

@@ -0,1 +1,6 @@

<a name="1.1.16"></a>
## [1.1.16](https://github.com/koola/pix-diff/compare/v1.1.15...v1.1.16) (2016-11-17)
<a name="1.1.15"></a>

@@ -2,0 +7,0 @@ ## [1.1.15](https://github.com/koola/pix-diff/compare/v1.0.14...v1.1.15) (2016-11-17)

5

Gruntfile.js

@@ -65,3 +65,3 @@ 'use strict';

commitMessage: 'chore(release) v%VERSION%',
commitFiles: ['package.json', 'CHANGELOG.md'],
commitFiles: ['package.json', 'CHANGELOG.md', 'docs/*.md'],
createTag: true,

@@ -80,5 +80,4 @@ tagName: 'v%VERSION%',

grunt.registerTask('build', ['jshint:all', 'local']);
grunt.registerTask('release', ['jsdoc2md', 'conventionalChangelog', 'bump']);
grunt.registerTask('cl', ['conventionalChangelog']);
grunt.registerTask('release', ['jsdoc2md', 'bump-only', 'conventionalChangelog', 'bump-commit']);
grunt.registerTask('default', ['local']);
};

2

package.json
{
"name": "pix-diff",
"version": "1.1.15",
"version": "1.1.16",
"description": "Protractor plugin for image comparison",

@@ -5,0 +5,0 @@ "main": "index.js",

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