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.9 to 3.0.0

8

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

@@ -11,3 +11,6 @@ "main": "dist/index.js",

"scripts": {
"build": "tsc && cp src/types.d.ts dist/types.d.ts"
"build": "rimraf ./dist && tsc",
"start": "npm run dist && node dist/index.js",
"jest": "npm run build && jest --silent",
"jest:watcher": "jest --watchAll"
},

@@ -61,4 +64,5 @@ "repository": {

"prettier": "^3.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.0.2"
}
}
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