@applitools/eg-socks5-proxy-server
Advanced tools
Comparing version 0.2.0-test to 0.2.0-test-2
{ | ||
"name": "@applitools/eg-socks5-proxy-server", | ||
"version": "0.2.0-test", | ||
"version": "0.2.0-test-2", | ||
"description": "", | ||
"main": "src/index.js", | ||
"main": "lib/index.js", | ||
"engines": { | ||
@@ -10,4 +10,5 @@ "node": ">=16.13.0" | ||
"files": [ | ||
"src" | ||
"src", "lib" | ||
], | ||
"types": "types/index.d.ts", | ||
"publishConfig": { | ||
@@ -18,5 +19,5 @@ "access": "restricted" | ||
"test": "npm run eslint && npm run test:mocha-parallel", | ||
"test:mocha": "mocha --no-timeouts --trace-warnings --exit 'test/it/*.test.js'", | ||
"test:mocha": "ts-mocha --exit -p tsconfig.json 'test/it/*.test.ts'", | ||
"eslint": "eslint '**/*.js'", | ||
"build": "#" | ||
"build": "tsc" | ||
}, | ||
@@ -39,2 +40,8 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/chai": "^4.3.1", | ||
"@types/expect": "^24.3.0", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^18.6.1", | ||
"@typescript-eslint/eslint-plugin": "^5.31.0", | ||
"@typescript-eslint/parser": "^5.31.0", | ||
"chai": "^4.3.4", | ||
@@ -49,4 +56,7 @@ "cross-env": "^7.0.3", | ||
"prettier": "^2.5.0", | ||
"socks-proxy-agent": "^7.0.0" | ||
"socks-proxy-agent": "^7.0.0", | ||
"ts-mocha": "^10.0.0", | ||
"ts-node": "^10.9.1", | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
94782
51
1668
19
4