Socket
Socket
Sign inDemoInstall

@attestate/crawler

Package Overview
Dependencies
150
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.4.0

docs/source/strategy-specification.rst

9

changelog.md
# Changelog
## 0.4.0
- (breaking) Create two separate LMDB tables for "order" and "load" data
- Add `crawler.mjs range` command
- Add Strategy Specification sphinx page
## 0.3.0
- (breaking) Change ` loader.handler`` to two generator functions `order`and`direct`as a property called`module` (consistent with extractor and
- (breaking) Change `loader.handler` to two generator functions `order` and
`direct` as a property called `module` (consistent with extractor and
transformer)

@@ -7,0 +14,0 @@ - (breaking) `configuration.output.path` object is now required

4

package.json
{
"name": "@attestate/crawler",
"version": "0.3.0",
"version": "0.4.0",
"description": "@attestate/crawler is a tool chain to retrieve on-chain data from Ethereum.",

@@ -11,3 +11,3 @@ "main": "./src/boot.mjs",

"test": "ava --verbose --timeout=20s",
"dev": "DEBUG=* ./crawler.mjs --path crawl_path.mjs --config config.mjs",
"dev": "DEBUG=* ./crawler.mjs run config.mjs",
"dev:silent": "node ./src/boot.mjs",

@@ -14,0 +14,0 @@ "prepare": "husky install"

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

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc