Socket
Socket
Sign inDemoInstall

@crawlee/memory-storage

Package Overview
Dependencies
Maintainers
1
Versions
1145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crawlee/memory-storage - npm Package Compare versions

Comparing version 3.0.0-beta.33 to 3.0.0-beta.34

3

cache-helpers.d.ts

@@ -0,3 +1,4 @@

import type * as storage from '@crawlee/types';
import type { MemoryStorage } from './memory-storage';
export declare function findOrCacheDatasetByPossibleId(client: MemoryStorage, entryNameOrId: string): Promise<DatasetClient<import("packages/utils/dist").Dictionary<any>> | undefined>;
export declare function findOrCacheDatasetByPossibleId(client: MemoryStorage, entryNameOrId: string): Promise<DatasetClient<storage.Dictionary<any>> | undefined>;
export declare function findOrCacheKeyValueStoreByPossibleId(client: MemoryStorage, entryNameOrId: string): Promise<KeyValueStoreClient | undefined>;

@@ -4,0 +5,0 @@ export declare function findRequestQueueByPossibleId(client: MemoryStorage, entryNameOrId: string): Promise<RequestQueueClient | undefined>;

import type * as storage from '@crawlee/types';
import { Dictionary } from '@crawlee/utils';
import { Dictionary } from '@crawlee/types';
import { DatasetClient } from './resource-clients/dataset';

@@ -4,0 +4,0 @@ import { KeyValueStoreClient } from './resource-clients/key-value-store';

{
"name": "@crawlee/memory-storage",
"version": "3.0.0-beta.33",
"version": "3.0.0-beta.34",
"description": "A simple in-memory storage implementation of the Apify API",

@@ -52,4 +52,4 @@ "engines": {

"@apify/log": "^1.2.3",
"@crawlee/types": "^3.0.0-beta.33",
"@crawlee/utils": "^3.0.0-beta.33",
"@crawlee/types": "^3.0.0-beta.34",
"@crawlee/utils": "^3.0.0-beta.34",
"@sapphire/shapeshift": "^3.0.0",

@@ -56,0 +56,0 @@ "content-type": "^1.0.4",

/// <reference types="node" />
import type * as storage from '@crawlee/types';
import { Dictionary } from '@crawlee/utils';
import { Dictionary } from '@crawlee/types';
import { MemoryStorage } from '../index';

@@ -5,0 +5,0 @@ import { BaseClient } from './common/base-client';

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