@bigtest/agent
Advanced tools
Comparing version 0.17.1-5a6da748 to 0.17.1-5e2dbc46
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-5a6da748", | ||
"version": "0.17.1-5e2dbc46", | ||
"description": "Agent for connecting test environments (browsers) to BigTest", | ||
@@ -19,4 +19,4 @@ "main": "dist/src/index.js", | ||
"mocha": "mocha -r ts-node/register", | ||
"start": "parcel serve --out-dir dist/app app/index.html app/harness.ts", | ||
"prepack:app": "NODE_PATH=../../ parcel build --public-url ./ --no-minify --out-dir dist/app app/index.html app/test-frame.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", | ||
"prepack:tsc": "yarn tsc --build ./tsconfig.dist.json", | ||
@@ -32,4 +32,4 @@ "prepack": "yarn prepack:tsc && yarn prepack:app", | ||
"@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", | ||
@@ -65,3 +65,5 @@ "@types/express": "^4.17.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 too big to display
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
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
2860926
115
20038
12
3
9
4
+ 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)