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

vscode-zap

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-zap - npm Package Compare versions

Comparing version 0.0.35 to 0.0.36

2

out/src/controller.js

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

}
return this.handler.repoWatch({ repo: this.environment.repo, refspec: this.resolvedRef }).then(() => {
return this.handler.repoWatch({ repo: this.environment.repo, refspecs: [this.resolvedRef] }).then(() => {
if (!this.resolvedRef) {

@@ -69,0 +69,0 @@ return; // the user concurrently switched refs; abort here

@@ -5,3 +5,3 @@ {

"description": "WIP",
"version": "0.0.35",
"version": "0.0.36",
"publisher": "sqs",

@@ -42,3 +42,3 @@ "preview": true,

"dependencies": {
"libzap": "^0.0.35",
"libzap": "^0.0.36",
"open": "^0.0.5",

@@ -45,0 +45,0 @@ "vscode-jsonrpc": "3.0.1-alpha.7"

@@ -78,3 +78,3 @@ import * as vscode from "vscode";

}
return this.handler.repoWatch({ repo: this.environment.repo, refspec: this.resolvedRef }).then(() => {
return this.handler.repoWatch({ repo: this.environment.repo, refspecs: [this.resolvedRef] }).then(() => {
if (!this.resolvedRef) {

@@ -81,0 +81,0 @@ return; // the user concurrently switched refs; abort here

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