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

wraith

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wraith - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "wraith",
"version": "1.0.4",
"version": "1.0.5",
"description": "A responsive screenshot comparison tool. Based on the Ruby version available at http://github.comm/BBC-News/wraith",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -48,3 +48,3 @@ var system = require('system');

//TrifleJS only
/*page.onLoadFinished = function(status) {
page.onLoadFinished = function(status) {
if (status == 'success') {

@@ -54,6 +54,6 @@ current_requests -= 1;

}
};*/
};
//SlimerJS or PhantomJS
page.onResourceReceived = function(res) {
/*page.onResourceReceived = function(res) {
if (res.stage === 'end') {

@@ -63,3 +63,3 @@ current_requests -= 1;

}
};
};*/

@@ -66,0 +66,0 @@ page.open(url, function(status) {

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