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.2 to 4.0.3

2

lib/help-include-all-sync.js

@@ -298,3 +298,3 @@ /**

else {
var err = new Error('Attempted to `require(\''+filepath+'\')`, but an error occurred:\n```\n' + e.stack + '\n```');
var err = new Error('Attempted to `require(\''+filepath+'\')`, but an error occurred:\n--\n' + e.stack + '\n--');
err.code = 'include-all:COULD_NOT_REQUIRE';

@@ -301,0 +301,0 @@ err.raw = e;

{
"name": "include-all",
"version": "4.0.2",
"version": "4.0.3",
"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