Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@flood/chrome

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flood/chrome - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

26

index.d.ts

@@ -116,2 +116,7 @@ // Type definitions for @flood/chrome 0.1.12

consoleFilter?: ConsoleMethod[]
/**
* Whether to ignore HTTPS errors during navigation. Defaults to `false`
*/
ignoreHTTPSErrors?: boolean
}

@@ -171,2 +176,23 @@

/**
* A subset of process.env available to this test.
*/
export interface ENV {
/**
* A zero based index of the browser instance running this script
*/
BROWSER_ID: number
/**
* The region identifier for this Grid
*/
FLOOD_GRID_REGION: string
FLOOD_GRID_SQEUENCE_ID: number
FLOOD_GRID_INDEX: number
FLOOD_GRID_NODE_SEQUENCE_ID: number
FLOOD_NODE_INDEX: number
FLOOD_SEQUENCE_ID: number
FLOOD_PROJECT_ID: number
}
/**
* Declares the settings for the test, overriding settings exported at the top of the test.

@@ -173,0 +199,0 @@ *

2

package.json
{
"name": "@flood/chrome",
"version": "0.2.6",
"version": "0.2.7",
"private": false,

@@ -5,0 +5,0 @@ "description": "Flood Chrome provides an API for scripting Browser Level Load Tests",

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