New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3 to 1.0.4

2

lib/screenshot.js

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

function take(engine, snapFile, url, size, output, callback) {
exec(engine + ' ' + snapFile + ' ' + url + ' ' + size + ' ' + output, callback);
exec(engine + ' "' + snapFile + '" ' + url + ' ' + size + ' "' + output + '"', callback);
}

@@ -12,0 +12,0 @@

{
"name": "wraith",
"version": "1.0.3",
"version": "1.0.4",
"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",

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