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.10 to 0.0.11

2

lib/remote/client.js

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

let initParams = {
id: process.env.ZAP_E2E_NAME || process.env.USER,
id: process.env.ZAP_E2E_NAME || process.env.USER || "<no-name>",
capabilities: {},

@@ -233,0 +233,0 @@ initializationOptions: is.func(initOption) ? initOption() : initOption,

{
"name": "libzap",
"version": "0.0.10",
"version": "0.0.11",
"description": "JavaScript library for Zap",

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

@@ -321,3 +321,3 @@ import * as is from "../util/is";

let initParams: InitializeParams = {
id: process.env.ZAP_E2E_NAME || process.env.USER,
id: process.env.ZAP_E2E_NAME || process.env.USER || "<no-name>",
capabilities: {},

@@ -324,0 +324,0 @@ initializationOptions: is.func(initOption) ? initOption() : initOption,

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