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

@workerbase/sdk

Package Overview
Dependencies
Maintainers
3
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workerbase/sdk - npm Package Compare versions

Comparing version 0.1.34-beta.3 to 0.1.34-beta.5

7

dist/utils/ApiClient.js

@@ -73,5 +73,2 @@ "use strict";

this.accessToken = config_1.Config.accessToken;
// @ts-ignore
console.log("process.env", process.env);
console.log("Config", config_1.Config);
if (!config_1.Config.apiUrl) {

@@ -83,2 +80,3 @@ throw new Error('No WB_API_URL in environment or option found');

}
console.log(axios_1.default);
this.api = axios_1.default.create();

@@ -101,5 +99,2 @@ axios_1.default.defaults.headers.post['User-Agent'] = "workerbase-sdk (" + constants_1.PACKAGE_VERSION + ")";

ApiClient.createBaseUrl = function (internalHostname) {
// @ts-ignore
console.log("createBaseUrl process.env", process.env);
console.log("createBaseUrl Config", config_1.Config);
var apiUrl = config_1.Config.apiUrl;

@@ -106,0 +101,0 @@ var url = new URL(apiUrl !== null && apiUrl !== void 0 ? apiUrl : '');

2

package.json
{
"name": "@workerbase/sdk",
"version": "0.1.34-beta.3",
"version": "0.1.34-beta.5",
"description": "",

@@ -5,0 +5,0 @@ "scripts": {

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