New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →
Socket
Sign inDemoInstall
Socket

libzap

Package Overview
Dependencies
Maintainers
1
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.13 to 0.0.14

2

lib/remote/handler.js

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

if (newWorkspace && this.ot.rev !== 0) {
throw new Error("buffering history is not yet implemented; refusing to attach workspace when the ref already has history");
console.log("buffering history is not yet implemented (workspace attached when the ref already has history); proceeding, but the results might be incorrect");
}

@@ -102,0 +102,0 @@ if (this.workspace) {

{
"name": "libzap",
"version": "0.0.13",
"version": "0.0.14",
"description": "JavaScript library for Zap",

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

@@ -132,3 +132,3 @@ import { Client as OTClient } from "../ot/client";

if (newWorkspace && this.ot.rev !== 0) {
throw new Error("buffering history is not yet implemented; refusing to attach workspace when the ref already has history");
console.log("buffering history is not yet implemented (workspace attached when the ref already has history); proceeding, but the results might be incorrect");
}

@@ -135,0 +135,0 @@

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