Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

floodesh

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

floodesh - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

tests/list.html~

8

index.js

@@ -14,4 +14,8 @@

module.exports = {
Worker:require('./lib/worker.js'),
Client:require('./lib/client.js')
get Worker(){
return require('./lib/worker.js');
},
get Client(){
return require('./lib/client.js');
}
}

@@ -28,3 +28,2 @@

logProtocol.remove(logProtocol.transports.console)
winston.remove(winston.transports.Console)
}else{

@@ -31,0 +30,0 @@ logClient.transports.console.level = "info"

{
"name": "floodesh",
"version": "0.5.1",
"version": "0.5.2",
"description": "Floodesh is a distributed web spider/crawler written with Nodejs.",

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

@@ -22,3 +22,3 @@ # V0.4.x API is different from earlier version, please do not upgrade your previous dependence.

$ npm install -g floodesh
$ npm install -g floodesh-cli

@@ -30,3 +30,3 @@ # Useage

$ cd floodesh_demo
$ floodesh init // all necessary files will be generated in your directory.
$ floodesh-cli init // all necessary files will be generated in your directory.
$ npm install

@@ -33,0 +33,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