Huge News!Announcing our $40M Series B led by Abstract Ventures.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.35 to 0.0.36

2

lib/remote/ot_test.js

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

return client.start().initialStart.then(() => {
return handler.repoWatch({ repo: "repo", refspec: "*" }).then(() => {
return handler.repoWatch({ repo: "repo", refspecs: ["*"] }).then(() => {
workspace.mockRecordOp({ head: "a" });

@@ -71,0 +71,0 @@ return util_1.assertResolved(ok, "server did not receive 'ref/update' from client");

@@ -130,3 +130,3 @@ import { NotificationType, NotificationType0, RequestType, RequestType0 } from "vscode-jsonrpc";

repo: string;
refspec: string;
refspecs: string;
}

@@ -156,3 +156,3 @@ export interface RefConfiguration {

repo: string;
refspec: string;
refspecs: string[];
}

@@ -159,0 +159,0 @@ export declare namespace RepoWatchRequest {

{
"name": "libzap",
"version": "0.0.35",
"version": "0.0.36",
"description": "JavaScript library for Zap",

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

@@ -75,3 +75,3 @@ import * as assert from "assert";

return client.start().initialStart.then(() => {
return handler.repoWatch({ repo: "repo", refspec: "*" }).then(() => {
return handler.repoWatch({ repo: "repo", refspecs: ["*"] }).then(() => {
workspace.mockRecordOp({ head: "a" });

@@ -78,0 +78,0 @@ return assertResolved(ok, "server did not receive 'ref/update' from client");

@@ -308,3 +308,3 @@ import { NotificationType, NotificationType0, RequestType, RequestType0 } from "vscode-jsonrpc";

repo: string;
refspec: string;
refspecs: string;
}

@@ -335,3 +335,3 @@

repo: string;
refspec: string;
refspecs: string[];
}

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