Socket
Socket
Sign inDemoInstall

crawler-lian

Package Overview
Dependencies
82
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

2

libs/utils/isPromise.js
//isPromise
module.exports = function isPromise(obj) {
return typeof obj === 'object' && typeof obj.then === 'function';
return obj && typeof obj === 'object' && typeof obj.then === 'function';
};
{
"name": "crawler-lian",
"version": "1.0.6",
"version": "1.0.7",
"description": "A configuration - based crawler framework",

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

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