Huge News!Announcing our $40M Series B led by Abstract Ventures.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-5a6da748 to 0.17.1-5e2dbc46

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-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

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