Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bun-types

Package Overview
Dependencies
Maintainers
3
Versions
689
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bun-types - npm Package Compare versions

Comparing version 1.1.9-canary.20240521T140454 to 1.1.9

2

package.json
{
"version": "1.1.9-canary.20240521T140454",
"version": "1.1.9",
"name": "bun-types",

@@ -4,0 +4,0 @@ "license": "MIT",

@@ -1521,2 +1521,18 @@ /**

/**
* Ensures that a mock function has returned successfully at least once.
*
* A promise that is unfulfilled will be considered a failure. If the
* function threw an error, it will be considered a failure.
*/
toHaveReturned(): void;
/**
* Ensures that a mock function has returned successfully at `times` times.
*
* A promise that is unfulfilled will be considered a failure. If the
* function threw an error, it will be considered a failure.
*/
toHaveReturnedTimes(times: number): void;
/**
* Ensures that a mock function is called.

@@ -1523,0 +1539,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