@tapjs/processinfo
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -8,3 +8,4 @@ "use strict"; | ||
const register_coverage_js_1 = require("./register-coverage.js"); | ||
const cwd = process.cwd(); | ||
const cwd = process.env._TAPJS_PROCESSINFO_CWD_ || process.cwd(); | ||
process.env._TAPJS_PROCESSINFO_CWD_ = cwd; | ||
const globals = new Set(Object.keys(global)); | ||
@@ -11,0 +12,0 @@ const register = () => { |
@@ -5,3 +5,4 @@ import { onExit } from 'signal-exit'; | ||
import { coverageOnProcessEnd } from './register-coverage.js'; | ||
const cwd = process.cwd(); | ||
const cwd = process.env._TAPJS_PROCESSINFO_CWD_ || process.cwd(); | ||
process.env._TAPJS_PROCESSINFO_CWD_ = cwd; | ||
const globals = new Set(Object.keys(global)); | ||
@@ -8,0 +9,0 @@ export const register = () => { |
{ | ||
"name": "@tapjs/processinfo", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"main": "./dist/cjs/index.js", | ||
@@ -5,0 +5,0 @@ "types": "./dist/cjs/index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
299834
2294
41