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.7 to 2.1.8

8

index.d.ts
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
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: (_: Fartest) => void): number
export default function start(name: string, testFunction: (_: Fartest) => void): number
{
"name": "fartest",
"version": "2.1.7",
"version": "2.1.8",
"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