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

simplecrawler

Package Overview
Dependencies
Maintainers
1
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 0.0.7 to 0.0.8

4

index.js

@@ -35,3 +35,3 @@ // Simplecrawler

// User Agent
this.userAgent = "Node/SimpleCrawler 0.0.7 (http://www.github.com/cgiffard/node-simplecrawler)";
this.userAgent = "Node/SimpleCrawler 0.0.8 (http://www.github.com/cgiffard/node-simplecrawler)";

@@ -108,3 +108,3 @@ // Queue for requests - FetchQueue gives us stats and other sugar (but it's basically just an array)

port = URLContext.port;
host = URLContext.domain;
host = URLContext.host;
protocol = URLContext.protocol;

@@ -111,0 +111,0 @@ path = URLContext.path;

{
"name": "simplecrawler",
"description": "Very straigntforward web crawler. Uses EventEmitter. Generates queue statistics and has a basic cache mechanism with extensible backend.",
"version": "0.0.7",
"version": "0.0.8",
"homepage": "http://github.com/cgiffard/node-simplecrawler",

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

@@ -45,3 +45,3 @@ // Simplecrawler - queue module

"protocol": protocol,
"domain": domain,
"host": domain,
"port": port,

@@ -48,0 +48,0 @@ "path": path,

Sorry, the diff of this file is not supported yet

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