load-module
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "load-module", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Standard dynamic imports with a few extra features", | ||
@@ -16,3 +16,4 @@ "repository": "https://github.com/75lb/load-module.git", | ||
], | ||
"main": "index.mjs", | ||
"main": "./index.mjs", | ||
"exports": "./index.mjs", | ||
"engines": { | ||
@@ -19,0 +20,0 @@ "node": ">=14" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7941