New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fartest

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fartest - npm Package Compare versions

Comparing version 2.1.6 to 2.1.7

14

index.d.ts

@@ -1,8 +0,8 @@

type TestFunctionArguments = {
stage?: (name: string) => void,
test?: (condition: boolean, description?: string) => boolean,
same?: (a: any, b: any, description?: string) => boolean,
different?: (a: any, b: any, description?: string) => boolean,
export type Fartest = {
stage?: (name: string) => void
test?: (condition: boolean, description?: string) => boolean
same?: (a: any, b: any, description?: string) => boolean
different?: (a: any, b: any, description?: string) => boolean
}
export default function start(testFunction: (arg: TestFunctionArguments) => void): number;
export default function start(name: string, testFunction: (arg: TestFunctionArguments) => void): number;
export default function start(testFunction: (_: Fartest) => void): number
export default function start(name: string, testFunction: (_: Fartest) => void): number
{
"name": "fartest",
"version": "2.1.6",
"version": "2.1.7",
"type": "module",

@@ -5,0 +5,0 @@ "author": {

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