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

@flood/chrome

Package Overview
Dependencies
Maintainers
1
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.1.11 to 0.1.12

16

index.d.ts

@@ -54,2 +54,9 @@ // Type definitions for @flood/browser-test 0.1.0

/**
* Specifies whether Brwoser cache should be cleared after each loop.
*
* @default false
*/
clearCache?: boolean
/**
* Speicifies the name of the test specified in the comments section

@@ -125,7 +132,12 @@ */

/**
* Force
* Configure Browser to emulate a given device
*/
public emulateDevice(deviceName: string): Promise<void>
public emulateDevice(deviceName: Device): Promise<void>
/**
* Set Browser to send a custom User Agent (UA) string
*/
public setUserAgent(userAgent: string): Promise<void>
/**
* Instructs the browser to navigate to a specific page. This is typically used as the

@@ -132,0 +144,0 @@ * entrypoint to your test, as the first instruction it is also responsible for creating

2

package.json
{
"name": "@flood/chrome",
"version": "0.1.11",
"version": "0.1.12",
"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