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

simplecrawler

Package Overview
Dependencies
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simplecrawler - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"name": "simplecrawler",
"description": "Very straightforward, event driven web crawler. Features a flexible queue interface and a basic cache mechanism with extensible backend.",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://github.com/cgiffard/node-simplecrawler",

@@ -6,0 +6,0 @@ "author": "Christopher Giffard <christopher.giffard@cgiffard.com>",

@@ -298,2 +298,5 @@ # Simple web crawler for node.js

Specify to strip querystring parameters from URL's.
* `crawler.sortQueryParameters=false` -
Specify to sort the querystring parameters before queueing URL's. This is
to canonicalize URLs so that foo?a=1&b=2 is considered same as foo?b=2&a=1.
* `crawler.discoverResources` -

@@ -300,0 +303,0 @@ simplecrawler's default resource discovery function -

Sorry, the diff of this file is too big to display

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