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
2
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.11 to 0.1.12

3

dist/utils/doRequest.js

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

}
if (process.env.DEBUG && internalHostname) {
console.log('USING INTERNAL HOSTNAME', process.env.WB_ENABLE_INTERNAL_ROUTING, internalHostname);
}
if (process.env.WB_ENABLE_INTERNAL_ROUTING && internalHostname) {

@@ -85,0 +88,0 @@ api.url = 'http://' + internalHostname + ':3000/';

2

package.json
{
"name": "@workerbase/sdk",
"version": "0.1.11",
"version": "0.1.12",
"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