@flood/chrome
Advanced tools
Comparing version 0.1.16 to 0.1.17
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10521373
6
2