Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@crawlee/types

Package Overview
Dependencies
Maintainers
1
Versions
1194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crawlee/types - npm Package Compare versions

Comparing version 3.0.0-alpha.36 to 3.0.0-alpha.37

2

package.json
{
"name": "@crawlee/types",
"version": "3.0.0-alpha.36",
"version": "3.0.0-alpha.37",
"description": "Shared types for the crawlee projects",

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

@@ -79,3 +79,3 @@ /// <reference types="node" />

get(): Promise<DatasetInfo | undefined>;
update(newFields: DatasetClientUpdateOptions): Promise<DatasetInfo>;
update(newFields: DatasetClientUpdateOptions): Promise<Partial<DatasetInfo>>;
delete(): Promise<void>;

@@ -89,3 +89,3 @@ downloadItems(...args: unknown[]): Promise<Buffer>;

name?: string;
userId: string;
userId?: string;
createdAt: Date;

@@ -145,3 +145,3 @@ modifiedAt: Date;

get(): Promise<KeyValueStoreInfo | undefined>;
update(newFields: KeyValueStoreClientUpdateOptions): Promise<KeyValueStoreInfo>;
update(newFields: KeyValueStoreClientUpdateOptions): Promise<Partial<KeyValueStoreInfo>>;
delete(): Promise<void>;

@@ -163,3 +163,3 @@ listKeys(options?: KeyValueStoreClientListOptions): Promise<KeyValueStoreClientListData>;

queueModifiedAt: Date;
hadMultipleClients: boolean;
hadMultipleClients?: boolean;
items: RequestQueueHeadItem[];

@@ -177,3 +177,3 @@ }

name?: string;
userId: string;
userId?: string;
createdAt: Date;

@@ -188,4 +188,4 @@ modifiedAt: Date;

actRunId?: string;
hadMultipleClients: boolean;
stats: RequestQueueStats;
hadMultipleClients?: boolean;
stats?: RequestQueueStats;
}

@@ -249,3 +249,3 @@ export interface RequestQueueStats {

name?: string;
}): Promise<RequestQueueInfo | undefined>;
}): Promise<Partial<RequestQueueInfo> | undefined>;
delete(): Promise<void>;

@@ -252,0 +252,0 @@ listHead(options?: ListOptions): Promise<QueueHead>;

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