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

@cznec/screenshot-compare

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cznec/screenshot-compare - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

cli.js

@@ -16,3 +16,3 @@ #!/usr/bin/env node

itemsNames,
__dirname,
pwd: process.env.PWD,
mode: 'collect'

@@ -28,3 +28,3 @@ })

itemsNames,
__dirname,
pwd: process.env.PWD,
mode: 'test'

@@ -31,0 +31,0 @@ })

{
"name": "@cznec/screenshot-compare",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/cznec/screenshot-compare",

@@ -5,0 +5,0 @@ "keywords": [

@@ -22,3 +22,3 @@ const prompts = require('prompts')

this.collectionPath = path.join(this.opt.__dirname, this.opt.collectionPath)
this.collectionPath = path.join(this.opt.pwd, this.opt.collectionPath)

@@ -48,3 +48,3 @@ this.mode = this.opt.mode ? this.opt.mode : 'test'

if (!this.opt.collectionPath) this.error('collectionPath parameter is required')
if (!this.opt.__dirname) this.error('__dirname parameter is required')
if (!this.opt.pwd) this.error('pwd parameter is required')
}

@@ -51,0 +51,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