New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bigtest/agent

Package Overview
Dependencies
Maintainers
1
Versions
792
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bigtest/agent - npm Package Compare versions

Comparing version

to
0.17.1-b3bde4b4

dist/app/app.55f6b592.css

1

dist/src/server-config.d.ts
interface Options {
port: number;
prefix?: string;
agentDir?: string;
}

@@ -5,0 +6,0 @@ export declare class AgentServerConfig {

2

dist/src/server-config.js

@@ -31,3 +31,3 @@ "use strict";

appDir() {
return path_1.default.join(__dirname, '../app');
return this.options.agentDir ? this.options.agentDir : path_1.default.join(__dirname, '../app');
}

@@ -34,0 +34,0 @@ }

{
"name": "@bigtest/agent",
"version": "0.17.1-a4aed2a6",
"version": "0.17.1-b3bde4b4",
"description": "Agent for connecting test environments (browsers) to BigTest",

@@ -19,3 +19,3 @@ "main": "dist/src/index.js",

"mocha": "mocha -r ts-node/register",
"start": "parcel serve --out-dir dist/app app/index.html app/harness.ts",
"watch": "parcel watch --public-url ./ --out-dir dist/app app/index.html app/test-frame.html app/harness.ts",
"prepack:app": "parcel build --public-url ./ --no-minify --out-dir dist/app app/index.html app/test-frame.html app/harness.ts",

@@ -32,4 +32,4 @@ "prepack:tsc": "yarn tsc --build ./tsconfig.dist.json",

"@bigtest/webdriver": "^0.8.2",
"@frontside/eslint-config": "^2.0.0",
"@frontside/tsconfig": "^1.2.0",
"@frontside/eslint-config": "^2.0.0",
"@frontside/typescript": "^1.1.1",

@@ -59,9 +59,11 @@ "@types/express": "^4.17.6",

"@bigtest/globals": "^0.7.5",
"@effection/events": "^0.7.9",
"@effection/subscription": "^0.12.0",
"@effection/events": "^1.0.0",
"@effection/subscription": "^1.0.0",
"bowser": "^2.9.0",
"effection": "^0.8.0",
"effection": "^1.0.0",
"error-stack-parser": "^2.0.6",
"get-source": "^2.0.11",
"istanbul-lib-coverage": "^3.0.0"
"istanbul-lib-coverage": "^3.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},

@@ -68,0 +70,0 @@ "volta": {

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet