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

bft

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bft - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

index.d.ts

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

export function test(name: string, assertion?: Function): Promise<void>;
export function test(name: string, assertion?: Function | Promise<void>): Promise<void>;
/**
* test function for `t`
* test function for `bft`
*
* @param {string} name - name of test
* @param {function} [assertion] - test code
* @param {function|Promise<void>} [assertion] - test code
*/

@@ -7,0 +7,0 @@ module.exports.test = async (name, assertion = null) => {

{
"name": "bft",
"version": "1.0.1",
"version": "1.0.2",
"description": "bloat-free-testrunner",
"main": "index.js",
"types": "index.d.ts",
"engines": {

@@ -7,0 +8,0 @@ "node": ">=10.0.0"

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