Socket
Socket
Sign inDemoInstall

netlify-plugin-visual-diff

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netlify-plugin-visual-diff - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

index.js

@@ -12,3 +12,3 @@ const http = require('http');

if (await utils.cache.restore('../.cache/Cypress')) {
if (await utils.cache.restore('../../buildhome/.cache/Cypress')) {
return;

@@ -95,3 +95,3 @@ } else {

if (await utils.cache.save('../.cache/Cypress')) {
if (await utils.cache.save('../../buildhome/.cache/Cypress')) {
console.log('cached the Cypress binary for future builds');

@@ -98,0 +98,0 @@ } else {

{
"name": "netlify-plugin-visual-diff",
"version": "1.1.2",
"version": "1.1.3",
"main": "index.js",

@@ -5,0 +5,0 @@ "scripts": {

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