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
688
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.8-canary.20230318T075537 to 0.5.8-canary.20230321T025158

2

package.json
{
"name": "bun-types",
"version": "0.5.8-canary.20230318T075537",
"version": "0.5.8-canary.20230321T025158",
"description": "Type definitions for Bun, an incredibly fast JavaScript runtime",

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

@@ -22,13 +22,9 @@ # Bun TypeScript type definitions

```jsonc
{
"compilerOptions": {
"lib": ["ESNext"],
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "Node",
// "bun-types" is the important part
"types": ["bun-types"]
```jsonc-diff
{
"compilerOptions": {
// ...
+ "types": ["bun-types"]
}
}
}
```

@@ -35,0 +31,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