Socket
Socket
Sign inDemoInstall

supercrawler

Package Overview
Dependencies
161
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.0 to 1.7.1

.DS_Store

24

package.json
{
"name": "supercrawler",
"description": "A web crawler. Supercrawler automatically crawls websites. Define custom handlers to parse content. Obeys robots.txt, rate limits and concurrency limits.",
"version": "1.7.0",
"version": "1.7.1",
"homepage": "https://github.com/brendonboshell/supercrawler",

@@ -22,24 +22,24 @@ "author": "Brendon Boshell <brendonboshell@gmail.com>",

"test": "mocha --recursive",
"coverage": "istanbul cover _mocha -- -R spec --recursive"
"coverage": "nyc --reporter=lcov --check-coverage npm test"
},
"main": "./lib/index.js",
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.5",
"mocha": "^2.5.3",
"proxyquire": "^1.8.0",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"nyc": "^14.1.0",
"proxyquire": "^2.1.0",
"sinon": "^1.17.7"
},
"dependencies": {
"bluebird": "^3.5.3",
"cheerio": "^0.22.0",
"ioredis": "^3.2.2",
"bluebird": "^3.5.4",
"cheerio": "^1.0.0-rc.3",
"ioredis": "^4.9.3",
"lodash": "^4.17.11",
"mime-types": "^2.1.21",
"mime-types": "^2.1.24",
"node-cache": "^4.2.0",
"request": "^2.88.0",
"robots-parser": "^2.1.1",
"sequelize": "^4.42.0",
"sqlite3": "^4.0.6"
"sequelize": "^5.8.5",
"sqlite3": "^4.0.7"
}
}

@@ -370,2 +370,6 @@ # Node.js Web Crawler

### 1.7.1
* [Changed] Updated dependencies, thanks [MrRefactoring](https://github.com/MrRefactoring/supercrawler).
### 1.7.0

@@ -372,0 +376,0 @@

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