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.20 to 0.1.21

2

dist/resources/Media.js

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

switch (_a.label) {
case 0: return [4 /*yield*/, doRequest_1.doRequest(spec._api, spec.basePath + "/as-json/" + id, {}, process.env.MEDIA_SERVICE_HOST)];
case 0: return [4 /*yield*/, doRequest_1.doRequest(spec._api, spec.basePath + "/" + id + "/meta", {}, process.env.MEDIA_SERVICE_HOST)];
case 1:

@@ -72,0 +72,0 @@ data = (_a.sent()).data;

@@ -7,4 +7,3 @@ export interface MediaBase {

contentType: string;
fileBase64: string;
filename: string;
}
{
"name": "@workerbase/sdk",
"version": "0.1.20",
"version": "0.1.21",
"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