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

bun-types

Package Overview
Dependencies
Maintainers
2
Versions
687
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 0.5.1-canary.efd33c3 to 0.5.2-canary.79b32f8

2

package.json
{
"name": "bun-types",
"version": "0.5.1-canary.efd33c3",
"version": "0.5.2-canary.79b32f8",
"description": "Type definitions for Bun, an incredibly fast JavaScript runtime",

@@ -5,0 +5,0 @@ "types": "types.d.ts",

@@ -25,6 +25,6 @@ # Bun TypeScript type definitions

"compilerOptions": {
"lib": ["esnext"],
"module": "esnext",
"target": "esnext",
"moduleResolution": "node",
"lib": ["ESNext"],
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "Node",
// "bun-types" is the important part

@@ -31,0 +31,0 @@ "types": ["bun-types"]

Sorry, the diff of this file is too big to display

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