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.22 to 0.1.23

10

dist/resources/Database.items.js

@@ -85,5 +85,5 @@ "use strict";

var graphqlQuery, data;
var _a;
return __generator(this, function (_b) {
switch (_b.label) {
var _a, _b, _c;
return __generator(this, function (_d) {
switch (_d.label) {
case 0:

@@ -135,4 +135,4 @@ graphqlQuery = gql_query_builder_1.query({

case 1:
data = (_b.sent()).data;
return [2 /*return*/, data.data];
data = (_d.sent()).data;
return [2 /*return*/, (_c = (_b = data === null || data === void 0 ? void 0 : data.data) === null || _b === void 0 ? void 0 : _b.databaseitems) === null || _c === void 0 ? void 0 : _c.edges];
}

@@ -139,0 +139,0 @@ });

export interface ListOptions {
page?: number;
perpage?: number;
populate?: boolean;
textSearch?: string;

@@ -5,0 +6,0 @@ sort?: string;

{
"name": "@workerbase/sdk",
"version": "0.1.22",
"version": "0.1.23",
"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