@bigtest/agent
Advanced tools
Comparing version 0.17.1-a4aed2a6 to 0.17.1-ac1f8502
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-ac1f8502", | ||
"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
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
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
2785403
19398
12
45
3
9
+ Addedreact@^17.0.1
+ Addedreact-dom@^17.0.1
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedreact@17.0.2(transitive)
+ Addedreact-dom@17.0.2(transitive)
+ Addedscheduler@0.20.2(transitive)
- Removed@effection/events@0.7.9(transitive)
- Removed@effection/subscription@0.12.0(transitive)
- Removedeffection@0.8.0(transitive)
Updated@effection/events@^1.0.0
Updatedeffection@^1.0.0