Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@applitools/eg-socks5-proxy-server

Package Overview
Dependencies
Maintainers
30
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/eg-socks5-proxy-server - npm Package Compare versions

Comparing version 0.2.0-test to 0.2.0-test-2

lib/authenticate.d.ts

22

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc