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.2.2 to 0.3.0

2

package.json
{
"name": "bun-types",
"version": "0.2.2",
"version": "0.3.0",
"description": "Type definitions for Bun, an incredibly fast JavaScript runtime",

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

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

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

@@ -50,3 +51,3 @@ "types": ["bun-types"]

```bash
bun generate:package
bun build
```

@@ -53,0 +54,0 @@

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