@spscommerce/e2e-core
Advanced tools
Comparing version 2.0.3 to 2.1.0
{ | ||
"name": "@spscommerce/e2e-core", | ||
"version": "2.0.3", | ||
"version": "2.1.0", | ||
"description": "An automation test framework which is based on Playwright.", | ||
"main": "./lib/", | ||
"scripts": { | ||
"lint": "eslint ." | ||
"lint": "eslint .", | ||
"build": "tsc --incremental -p tsconfig.json" | ||
}, | ||
@@ -8,0 +10,0 @@ "repository": { |
{ | ||
"include": ["./helpers"], | ||
"compilerOptions": { | ||
"lib": ["es2021"], | ||
"target": "es2021", | ||
"target": "es5", | ||
"module": "esnext", | ||
"esModuleInterop": true, | ||
"resolveJsonModule": true, | ||
"skipLibCheck": true, | ||
"moduleResolution": "node", | ||
"forceConsistentCasingInFileNames": true, | ||
// "types": [ | ||
// ] | ||
"sourceMap": true, | ||
"outDir": "lib" | ||
} | ||
} | ||
} |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
43849
23
545
7