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 0.17.1-6ea83a4a to 0.17.1-71e0f317

dist/app/bigtest-logo.ac3adc06.svg

1

dist/app/query-params.d.ts
export interface QueryParams {
connectTo: string;
agentId?: string;
version?: string;
}
export declare const queryParams: QueryParams;
//# sourceMappingURL=query-params.d.ts.map

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

connectTo,
agentId: url.searchParams.get('agentId') || undefined,
agentId: url.searchParams.get('agentId') || undefined
};

@@ -15,0 +15,0 @@ }

interface Options {
port: number;
prefix?: string;
agentDir?: string;
}

@@ -10,3 +9,3 @@ export declare class AgentServerConfig {

url(): string;
agentUrl(connectionUrl: string, agentId?: string, verBigTest?: string): string;
agentUrl(connectionUrl: string, agentId?: string): string;
harnessUrl(): string;

@@ -13,0 +12,0 @@ appDir(): string;

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

}
agentUrl(connectionUrl, agentId, verBigTest) {
agentUrl(connectionUrl, agentId) {
let url = new URL(this.url());

@@ -26,5 +26,2 @@ url.pathname = url.pathname + 'index.html';

}
if (verBigTest) {
url.searchParams.append('ver', verBigTest);
}
return url.toString();

@@ -36,3 +33,3 @@ }

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

@@ -39,0 +36,0 @@ }

{
"name": "@bigtest/agent",
"version": "0.17.1-6ea83a4a",
"version": "0.17.1-71e0f317",
"description": "Agent for connecting test environments (browsers) to BigTest",

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

"mocha": "mocha -r ts-node/register",
"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",
"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",
"prepack:tsc": "yarn tsc --build ./tsconfig.dist.json",

@@ -58,11 +58,9 @@ "prepack": "yarn prepack:tsc && yarn prepack:app",

"@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",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"istanbul-lib-coverage": "^3.0.0"
},

@@ -69,0 +67,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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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