Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "cjs-esm", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Another CommonJs transform ESModule lib.", | ||
@@ -13,8 +13,9 @@ "main": "dist/index.js", | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"acorn": "^8.x", | ||
"acorn-walk": "^8.x" | ||
}, | ||
"devDependencies": { | ||
"acorn": "^8.4.1", | ||
"acorn-walk": "^8.1.1", | ||
"tslib": "^2.3.0", | ||
"typescript": "^4.3.5" | ||
"tslib": "^2.x", | ||
"typescript": "^4.x" | ||
}, | ||
@@ -24,5 +25,5 @@ "files": [ | ||
"package.json", | ||
"README.md", | ||
"tsconfig.json" | ||
"tsconfig.json", | ||
"README.md" | ||
] | ||
} |
@@ -17,2 +17,2 @@ { | ||
"include": ["src/**/*.ts"] | ||
} | ||
} |
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
2
592
22317
2
+ Addedacorn@^8.x
+ Addedacorn-walk@^8.x
+ Addedacorn@8.14.0(transitive)
+ Addedacorn-walk@8.3.4(transitive)