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

microloader

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

microloader - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

6

index.js

@@ -67,2 +67,6 @@ var exists = require('fs').existsSync

if (basename(path)[0] === '.') {
return []
}
if (!exists(path)) {

@@ -106,2 +110,4 @@ if (exists(path + '.js')) {

// we may not still need the .-prefix check now
// as it's done at the top of the function
if (!stat.isFile() || !re.test(file) || basename(file)[0] === '.') {

@@ -108,0 +114,0 @@ return

2

package.json
{
"name": "microloader",
"version": "0.4.1",
"version": "0.4.2",
"description": "Load directories and files, doing with them what you want!",

@@ -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