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.10-canary.20240523T140500 to 1.1.10-canary.20240524T140515

2

package.json
{
"version": "1.1.10-canary.20240523T140500",
"version": "1.1.10-canary.20240524T140515",
"name": "bun-types",

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

@@ -97,2 +97,3 @@ /**

setSystemTime(now?: number | Date): void;
setTimeout(milliseconds: number): void;
}

@@ -328,2 +329,9 @@ export const jest: Jest;

): void;
/**
* Sets the default timeout for all tests in the current file. If a test specifies a timeout, it will
* override this value. The default timeout is 5000ms (5 seconds).
*
* @param milliseconds the number of milliseconds for the default timeout
*/
export function setDefaultTimeout(milliseconds: number): void;
export interface TestOptions {

@@ -330,0 +338,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