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.6 to 3.0.7

5

package.json
{
"name": "directory-import",
"version": "3.0.6",
"version": "3.0.7",
"description": "Module will allow you to synchronously or asynchronously import (requires) all modules from the folder you specify",

@@ -11,5 +11,4 @@ "main": "dist/src/index.js",

"scripts": {
"build": "rimraf ./dist && tsc",
"build": "rimraf ./dist && tsc && rimraf ./dist/test && rimraf ./dist/sample-directory",
"start": "npm run dist && node dist/index.js",
"publish": "npm run build && npm publish",
"jest": "npm run build && jest --silent",

@@ -16,0 +15,0 @@ "jest:watcher": "jest --watchAll"

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