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.1.16 to 0.1.17

log.0000000001

8

index.d.ts

@@ -112,4 +112,4 @@ // Type definitions for @flood/chrome 0.1.12

*/
export declare function step(name: string, fn: StepFunction)
export declare function step(name: string, options: StepOptions, fn: StepFunction)
export declare function step(name: string, fn: StepFunction): void
export declare function step(name: string, options: StepOptions, fn: StepFunction): void

@@ -327,3 +327,3 @@ export type StepFunction = (driver: Driver) => Promise<void>

*/
public frame(id: number | string | ElementHandle)
public frame(id: number | string | ElementHandle): Promise<void>
}

@@ -715,3 +715,3 @@

export function assert(value: boolean, message?: string)
export function assert(value: boolean, message?: string): void
export namespace assert {

@@ -718,0 +718,0 @@ export class AssertionError {

{
"name": "@flood/chrome",
"version": "0.1.16",
"version": "0.1.17",
"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