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

directory-import

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

directory-import - npm Package Compare versions

Comparing version 3.0.0-beta.4 to 3.0.0-beta.5

2

dist/constants.js

@@ -11,3 +11,3 @@ "use strict";

get callerFilePath() {
return new Error('functional-error').stack.split('\n')[6]?.match(/\(([^)]+)\)/)?.[1];
return new Error('functional-error').stack.split('\n')[5]?.match(/\(([^)]+)\)/)?.[1];
},

@@ -14,0 +14,0 @@ get callerDirectoryPath() {

{
"name": "directory-import",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "Module will allow you to synchronously or asynchronously import (requires) all modules from the folder you specify",

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