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.14 to 0.1.15

35

index.d.ts

@@ -713,1 +713,36 @@ // Type definitions for @flood/chrome 0.1.12

}
export function assert(value: boolean, message?: string)
export namespace assert {
export class AssertionError {
name: string
message: string
actual: any
expected: any
operator: string
generatedMessage: boolean
stack: string[]
isFailure: boolean
constructor(options?: {
message?: string
actual?: any
expected?: any
operator?: string
stackStartFunction?: Function
})
}
export function fail(message: string): void
export function fail(actual: any, expected: any, message?: string, operator?: string): void
export function ok(value: any, message?: string): void
export function equal(actual: any, expected: any, message?: string): void
export function notEqual(actual: any, expected: any, message?: string): void
export function deepEqual(actual: any, expected: any, message?: string): void
export function notDeepEqual(acutal: any, expected: any, message?: string): void
export function strictEqual(actual: any, expected: any, message?: string): void
export function notStrictEqual(actual: any, expected: any, message?: string): void
export function deepStrictEqual(actual: any, expected: any, message?: string): void
export function notDeepStrictEqual(actual: any, expected: any, message?: string): void
export function ifError(value: any): void
}

2

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