New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@brimdata/zealot

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brimdata/zealot - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

2

dist/cjs/client.js

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

this.address = address;
this.baseURL = `http://${address}`;
this.baseURL = address;
}

@@ -20,0 +20,0 @@ async version() {

{
"name": "@brimdata/zealot",
"version": "0.0.12",
"version": "0.0.13",
"description": "The Javascript Client for Zed Lakes",

@@ -5,0 +5,0 @@ "keywords": [

@@ -58,3 +58,3 @@ import fetch from "cross-fetch";

constructor(public address: string) {
this.baseURL = `http://${address}`;
this.baseURL = address;
}

@@ -61,0 +61,0 @@

Sorry, the diff of this file is too big to display

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