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.15-beta.7 to 0.1.15-beta.8

10

dist/index.js

@@ -41,11 +41,3 @@ "use strict";

Object.keys(resources_1.default).forEach(function (name) {
if (name === 'buttons') {
_this[name] = resources_1.default[name];
}
else if (name === 'steps') {
_this[name] = resources_1.default[name];
}
else {
_this[name] = new resources_1.default[name](_this);
}
_this[name] = new resources_1.default[name](_this);
});

@@ -52,0 +44,0 @@ };

@@ -10,4 +10,2 @@ import { DatabasesSDK } from './resources/Databases';

import { WorkinstructionSDK } from './resources/Workinstructions';
import { ButtonsSDK } from './resources/Buttons';
import { StepsSDK } from './resources/Steps';
export interface Resources {

@@ -23,4 +21,2 @@ databases: DatabasesSDK;

workinstructions: WorkinstructionSDK;
buttons: ButtonsSDK;
steps: StepsSDK;
}

@@ -27,0 +23,0 @@ declare const _default: {

2

package.json
{
"name": "@workerbase/sdk",
"version": "0.1.15-beta.7",
"version": "0.1.15-beta.8",
"description": "",

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

Sorry, the diff of this file is not supported yet

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