New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

require-plus

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

require-plus - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

changelog.md
##Changelog
>1.3.1 - fixed bug that was hiding error from try catch, required modules were not resolving due to missing dependencies
>1.3.0 - fixed bug of not returning correct moduleSet value and fixed tests to catch bug

@@ -4,0 +6,0 @@

2

lib/index.js

@@ -83,3 +83,3 @@ //Load modules

} catch (e) {
throw new Error('Module cannot be loaded for path ' + joined);
throw new Error('Module cannot be loaded at path ' + joined + ' due to ' + e.message);
}

@@ -86,0 +86,0 @@ self.createTree(self.moduleSet, paths, mod);

{
"name": "require-plus",
"version": "1.3.0",
"version": "1.3.1",
"description": "better require for directories",

@@ -5,0 +5,0 @@ "main": "lib/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