New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.13 to 3.0.14

dist/src/types.d.ts

4

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

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

"scripts": {
"build": "rimraf ./dist && tsc && rimraf ./dist/test && rimraf ./dist/sample-directory && cp src/types.d.ts dist/types.d.ts",
"build": "rimraf ./dist && tsc && rimraf ./dist/test && rimraf ./dist/sample-directory && cp src/types.d.ts dist/src/types.d.ts",
"start": "npm run dist && node dist/index.js",

@@ -14,0 +14,0 @@ "publish": "npm run build && npm publish",

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