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

@crawlee/memory-storage

Package Overview
Dependencies
Maintainers
1
Versions
1192
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.31 to 3.0.0-beta.32

6

package.json
{
"name": "@crawlee/memory-storage",
"version": "3.0.0-beta.31",
"version": "3.0.0-beta.32",
"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.31",
"@crawlee/utils": "^3.0.0-beta.31",
"@crawlee/types": "^3.0.0-beta.32",
"@crawlee/utils": "^3.0.0-beta.32",
"@sapphire/shapeshift": "^3.0.0",

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

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

}
const [start, end] = this.getStartAndEndIndexes(offset, limit);
const [start, end] = existingStoreById.getStartAndEndIndexes(offset, limit);
const items = [];

@@ -138,0 +138,0 @@ for (let idx = start; idx < end; idx++) {

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

hadMultipleClients: false,
queueModifiedAt: this.modifiedAt,
queueModifiedAt: existingQueueById.modifiedAt,
items: items.map(({ json }) => this._jsonToRequest(json)),

@@ -156,0 +156,0 @@ };

Sorry, the diff of this file is not supported yet

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