import-in-the-middle
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "import-in-the-middle", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Intercept imports in Node.js", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "c8 --check-coverage --lines 85 imhotap --runner test/runtest --files test/{hook,low-level,other,get-esm-exports}/*", | ||
"test-win": "c8 --check-coverage --lines 85 imhotap --runner test\\runtest.bat --files test/{hook,low-level,other,get-esm-exports}/*", | ||
"test:ts": "c8 imhotap --runner test/runtest --files test/typescript/*.test.mts", | ||
"test-win:ts": "c8 imhotap --runner test\\runtest.bat --files test/typescript/*.test.mts", | ||
"coverage": "c8 --reporter html imhotap --runner test/runtest --files test/{hook,low-level,other,get-esm-exports}/* && echo '\nNow open coverage/index.html\n'" | ||
"test": "c8 --check-coverage --lines 85 imhotap --runner 'node test/runtest' --files test/{hook,low-level,other,get-esm-exports}/*", | ||
"test:ts": "c8 imhotap --runner 'node test/runtest' --files test/typescript/*.test.mts", | ||
"coverage": "c8 --reporter html imhotap --runner 'node test/runtest' --files test/{hook,low-level,other,get-esm-exports}/* && echo '\nNow open coverage/index.html\n'" | ||
}, | ||
@@ -34,3 +32,3 @@ "repository": { | ||
"c8": "^7.8.0", | ||
"imhotap": "^2.0.0", | ||
"imhotap": "^2.1.0", | ||
"ts-node": "^10.9.1", | ||
@@ -37,0 +35,0 @@ "typescript": "^4.7.4" |
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
40965
49