Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "esm", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Tomorrow's ESM today.", | ||
@@ -5,0 +5,0 @@ "keywords": "commonjs, ecmascript, export, import, modules, node, require", |
@@ -22,3 +22,3 @@ # esm | ||
require = require("esm")(module/*, options*/) | ||
module.exports = require("./main.mjs").default | ||
module.exports = require("./main.js").default | ||
``` | ||
@@ -25,0 +25,0 @@ |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
212280
3