Socket
Socket
Sign inDemoInstall

@crawlee/memory-storage

Package Overview
Dependencies
Maintainers
1
Versions
1170
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.12 to 3.0.0-beta.13

6

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

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

@@ -1,10 +0,19 @@

# Crawlee: The scalable web crawling and scraping library for JavaScript
<h1 align="center">
<a href="https://apify.github.io/apify-ts/">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/apify/apify-ts/master/website/static/img/crawlee-dark.svg?sanitize=true">
<img alt="Crawlee" src="https://raw.githubusercontent.com/apify/apify-ts/master/website/static/img/crawlee-light.svg?sanitize=true" width="500">
</picture>
</a>
<br>
<small>The scalable web crawling and scraping library for JavaScript</small>
</h1>
<!-- Mirror this part to src/index.js -->
<p align=center>
<a href="https://www.npmjs.com/package/@crawlee/core" rel="nofollow"><img src="https://img.shields.io/npm/v/@crawlee/core/next.svg" alt="NPM dev version" data-canonical-src="https://img.shields.io/npm/v/@crawlee/core/next.svg" style="max-width: 100%;"></a>
<a href="https://www.npmjs.com/package/@crawlee/core" rel="nofollow"><img src="https://img.shields.io/npm/dm/@crawlee/core.svg" alt="Downloads" data-canonical-src="https://img.shields.io/npm/dm/@crawlee/core.svg" style="max-width: 100%;"></a>
<a href="https://discord.gg/jyEM2PRvMU" rel="nofollow"><img src="https://img.shields.io/discord/801163717915574323?label=discord" alt="Chat on discord" data-canonical-src="https://img.shields.io/discord/801163717915574323?label=discord" style="max-width: 100%;"></a>
<a href="https://github.com/apify/apify-ts/actions/workflows/test-and-release.yml"><img src="https://github.com/apify/apify-ts/actions/workflows/test-and-release.yml/badge.svg?branch=master" alt="Build Status" style="max-width: 100%;"></a>
</p>
[![NPM dev version](https://img.shields.io/npm/v/@crawlee/core/next.svg)](https://www.npmjs.com/package/@crawlee/core)
[![Downloads](https://img.shields.io/npm/dm/@crawlee/core.svg)](https://www.npmjs.com/package/@crawlee/core)
[![Chat on discord](https://img.shields.io/discord/801163717915574323?label=discord)](https://discord.gg/jyEM2PRvMU)
[![Build Status](https://github.com/apify/apify-ts/actions/workflows/test-and-release.yml/badge.svg?branch=master)](https://github.com/apify/apify-ts/actions/workflows/test-and-release.yml)
Crawlee simplifies the development of web crawlers, scrapers, data extractors and web automation jobs.

@@ -159,4 +168,4 @@ It provides tools to manage and automatically scale a pool of headless browsers,

By default, the crawling data will be stored in a local directory at `./apify_storage`. For example, the input JSON file for the actor is expected to
be in the default key-value store in `./apify_storage/key_value_stores/default/INPUT.json`.
By default, the crawling data will be stored in a local directory at `./crawlee_storage`. For example, the input JSON file for the actor is expected to
be in the default key-value store in `./crawlee_storage/key_value_stores/default/INPUT.json`.

@@ -163,0 +172,0 @@ Now you can easily deploy your code to the Apify platform by running:

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