@bigtest/agent
Advanced tools
Comparing version
interface Options { | ||
port: number; | ||
prefix?: string; | ||
agentDir?: string; | ||
} | ||
@@ -5,0 +6,0 @@ export declare class AgentServerConfig { |
@@ -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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
2860926
12.65%115
10.58%20038
7.44%3
-25%12
20%3
50%9
50%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated