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

libzap

Package Overview
Dependencies
Maintainers
7
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libzap - npm Package Compare versions

Comparing version 0.0.76 to 0.0.77

6

lib/ot/workspace.js

@@ -173,3 +173,3 @@ "use strict";

const [exists, known] = opExists(op, d);
if (known && exists) {
if (known && exists && !isBufferPath(d)) {
throw new Error(`copy to: file ${d} file already exists`);

@@ -328,3 +328,3 @@ }

[exists, known] = opExists(op, d);
if (known && exists) {
if (known && exists && !isBufferPath(d)) {
throw new Error(`copy to: file ${d} file already exists`);

@@ -715,3 +715,3 @@ }

}
else if (destExists && destKnown) {
else if (destExists && destKnown && !isBufferPath(d)) {
throw new Error(`copy: file ${d} already exists - x: ${toString(x)} y: ${toString(y)}`);

@@ -718,0 +718,0 @@ }

{
"name": "libzap",
"version": "0.0.76",
"version": "0.0.77",
"description": "JavaScript library for Zap",

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

Sorry, the diff of this file is not supported yet

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