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

include-all

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

include-all - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

7

lib/help-build-dictionary.js

@@ -44,3 +44,6 @@ /**

var files = helpIncludeAllSync(options);
var files;
try {
files = helpIncludeAllSync(options);
} catch (e) { return cb(e); }

@@ -133,3 +136,3 @@ // Start building the module dictionary

return cb(null, dictionary);
return cb(undefined, dictionary);
};
{
"name": "include-all",
"version": "4.0.0",
"version": "4.0.1",
"description": "An easy way to include all node.js modules within a directory.",

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

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