New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

opensea-scraper

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opensea-scraper - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

init-dev-env.js

2

package.json
{
"name": "opensea-scraper",
"version": "5.0.2",
"version": "5.0.3",
"description": "Scraping accurate floor prices from opensea, because the API returns inacurate floor prices.",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -124,2 +124,12 @@ # Opensea Scraper

## Run local console / REPL
To test the functions in an REPL node environment that has `OpenseaScraper` service preloaded simply run:
```bash
node --experimental-repl-await -i -e "$(< init-dev-env.js)"
```
I recommend saving an alias:
```bash
alias consl='node --experimental-repl-await -i -e "$(< init-dev-env.js)"';
```
## Contribute

@@ -126,0 +136,0 @@

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