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

@tsconfig/vite-react

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsconfig/vite-react - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json

@@ -14,3 +14,3 @@ {

],
"version": "2.0.0"
"version": "2.0.1"
}

@@ -26,5 +26,5 @@ ### A base TSConfig for working with Vite React.

"compilerOptions": {
"target": "ESNext",
"target": "esnext",
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": false,

@@ -36,3 +36,3 @@ "skipLibCheck": true,

"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"module": "esnext",
"moduleResolution": "bundler",

@@ -39,0 +39,0 @@ "resolveJsonModule": true,

@@ -6,5 +6,5 @@ {

"compilerOptions": {
"target": "ESNext",
"target": "esnext",
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": false,

@@ -16,3 +16,3 @@ "skipLibCheck": true,

"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"module": "esnext",
"moduleResolution": "bundler",

@@ -19,0 +19,0 @@ "resolveJsonModule": true,

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