import-in-the-middle
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "import-in-the-middle", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Intercept imports in Node.js", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "c8 --check-coverage --lines 90 imhotap --runner test/runtest --files test/{hook,low-level,other}/*", | ||
"test-win": "c8 --check-coverage --lines 90 imhotap --runner test\\runtest.bat --files test/{hook,low-level,other}/*", | ||
"test": "c8 --check-coverage --lines 88 imhotap --runner test/runtest --files test/{hook,low-level,other}/*", | ||
"test-win": "c8 --check-coverage --lines 88 imhotap --runner test\\runtest.bat --files test/{hook,low-level,other}/*", | ||
"test:ts": "c8 imhotap --runner test/runtest --files test/typescript/*.test.mts", | ||
@@ -10,0 +10,0 @@ "test-win:ts": "c8 imhotap --runner test\\runtest.bat --files test/typescript/*.test.mts", |
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
31424
718