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.1 to 1.0.2

2

package.json
{
"name": "libzap",
"version": "1.0.1",
"version": "1.0.2",
"description": "JavaScript library for Zap",

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

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

export interface RepoConfiguration {
workspace?: WorkspaceConfiguration;
remotes?: { [remote: string]: RepoRemoteConfiguration };

@@ -420,13 +419,2 @@ }

export interface WorkspaceConfiguration {
}
export interface WorkspaceConfigureParams extends WorkspaceIdentifier, WorkspaceConfiguration { }
export interface WorkspaceConfigureResult { }
export namespace WorkspaceConfigureRequest {
export const type = new RequestType<WorkspaceConfigureParams, WorkspaceConfigureResult, any, void>("workspace/configure");
}
export interface WorkspaceBranchCreateParams extends WorkspaceIdentifier {

@@ -433,0 +421,0 @@ branch?: BranchName;

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