acorn-walk
Advanced tools
Comparing version 7.2.0 to 8.0.0
@@ -0,1 +1,7 @@ | ||
## 8.0.0 (2020-08-12) | ||
### New features | ||
The package can now be loaded directly as an ECMAScript module in node 13+. | ||
## 7.2.0 (2020-06-17) | ||
@@ -2,0 +8,0 @@ |
@@ -8,3 +8,7 @@ { | ||
"module": "dist/walk.mjs", | ||
"version": "7.2.0", | ||
"exports": { | ||
"import": "./dist/walk.mjs", | ||
"require": "./dist/walk.js" | ||
}, | ||
"version": "8.0.0", | ||
"engines": {"node": ">=0.4.0"}, | ||
@@ -11,0 +15,0 @@ "maintainers": [ |
Sorry, the diff of this file is not supported yet
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
100252