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.7.21 to 0.7.22

2

package.json
{
"name": "floodesh",
"version": "0.7.21",
"version": "0.7.22",
"description": "Floodesh is a distributed web spider/crawler written with Nodejs.",

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

@@ -206,3 +206,6 @@

// to release resources that is occupied, for bottleneck, database, tcp connection etc.
Object.keys(ctx.resourceList).forEach(resource=>ctx.resourceList[resource]());
Object.keys(ctx.resourceList).forEach(resource=>{
ctx.resourceList[resource]();
this.logger.debug("%s released",resource);
},this);

@@ -209,0 +212,0 @@ this.logger.debug("Error: %s ", e, ctx.opt);

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