Socket
Socket
Sign inDemoInstall

@uwu-codes/tsconfig

Package Overview
Dependencies
16
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.9-bun to 1.0.9-esm

10

package.json
{
"name": "@uwu-codes/tsconfig",
"version": "1.0.9-bun",
"version": "1.0.9-esm",
"description": "My TypeScript config for my projects.",
"main": "./bun.tsconfig.json",
"main": "./esm.tsconfig.json",
"files": [

@@ -12,4 +12,4 @@ "esm.tsconfig.json",

".": {
"default": "./bun.tsconfig.json",
"import": "./bun.tsconfig.json"
"default": "./esm.tsconfig.json",
"import": "./esm.tsconfig.json"
},

@@ -44,4 +44,6 @@ "./esm": "./esm.tsconfig.json",

"dependencies": {
"@swc/core": "^1.3.41",
"@swc/helpers": "^0.4.14",
"typescript": "^5.0.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc