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

libzap

Package Overview
Dependencies
Maintainers
8
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 1.0.3 to 1.0.4

14

lib/remote/ot_test.js

@@ -10,3 +10,2 @@ "use strict";

};
Object.defineProperty(exports, "__esModule", { value: true });
const assert = require("assert");

@@ -39,3 +38,3 @@ const client_1 = require("./client");

ref: "branch/b",
state: { data: { gitBase: "c", gitBranch: "d" } },
state: { gitBase: "c", gitBranch: "d" },
});

@@ -49,5 +48,4 @@ });

ref: "branch/b",
current: { base: { gitBase: "c", gitBranch: "d" } },
current: { gitBase: "c", gitBranch: "d", rev: 0 },
op: { head: "a" },
rev: 0,
});

@@ -68,3 +66,3 @@ resolve();

ref: "branch/b",
state: { data: { gitBase: "c", gitBranch: "d" } },
state: { gitBase: "c", gitBranch: "d" },
});

@@ -85,3 +83,3 @@ const workspace = createMockWorkspace();

ref: "branch/b",
state: { data: { gitBase: "c", gitBranch: "d" } },
state: { gitBase: "c", gitBranch: "d" },
});

@@ -95,3 +93,3 @@ });

ref: "branch/b",
state: { data: { gitBase: "c", gitBranch: "d" } },
state: { gitBase: "c", gitBranch: "d" },
});

@@ -106,3 +104,3 @@ const workspace = createMockWorkspace();

ref: "branch/b",
current: { base: { gitBase: "c", gitBranch: "d" } },
current: { gitBase: "c", gitBranch: "d" },
ack: true,

@@ -109,0 +107,0 @@ op: {},

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

export interface RepoConfiguration {
workspace?: WorkspaceConfiguration;
remotes?: {

@@ -213,11 +212,2 @@ [remote: string]: RepoRemoteConfiguration;

}
export interface WorkspaceConfiguration {
}
export interface WorkspaceConfigureParams extends WorkspaceIdentifier, WorkspaceConfiguration {
}
export interface WorkspaceConfigureResult {
}
export declare namespace WorkspaceConfigureRequest {
const type: RequestType<WorkspaceConfigureParams, WorkspaceConfigureResult, any, void>;
}
export interface WorkspaceBranchCreateParams extends WorkspaceIdentifier {

@@ -224,0 +214,0 @@ branch?: BranchName;

@@ -128,6 +128,2 @@ "use strict";

})(WorkspaceRemoveRequest = exports.WorkspaceRemoveRequest || (exports.WorkspaceRemoveRequest = {}));
var WorkspaceConfigureRequest;
(function (WorkspaceConfigureRequest) {
WorkspaceConfigureRequest.type = new vscode_jsonrpc_1.RequestType("workspace/configure");
})(WorkspaceConfigureRequest = exports.WorkspaceConfigureRequest || (exports.WorkspaceConfigureRequest = {}));
var WorkspaceBranchCreateRequest;

@@ -134,0 +130,0 @@ (function (WorkspaceBranchCreateRequest) {

{
"name": "libzap",
"version": "1.0.3",
"version": "1.0.4",
"description": "JavaScript library for Zap",

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

Sorry, the diff of this file is not supported yet

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