Socket
Socket
Sign inDemoInstall

vite-plugin-checker

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-checker - npm Package Compare versions

Comparing version 0.4.6 to 0.4.7

7

lib/main.js

@@ -155,6 +155,4 @@ var __create = Object.create;

buildStart: () => {
if (viteMode !== "build")
if (viteMode !== "build" || !enableBuild)
return;
if (!enableBuild)
return;
const localEnv = import_npm_run_path.default.env({

@@ -169,4 +167,5 @@ env: process.env,

const exitCode = (_a2 = exitCodes.find((code) => code !== 0)) != null ? _a2 : 0;
if (exitCode !== 0)
if (exitCode !== 0 && !(resolvedConfig == null ? void 0 : resolvedConfig.build.watch)) {
process.exit(exitCode);
}
})();

@@ -173,0 +172,0 @@ },

{
"name": "vite-plugin-checker",
"version": "0.4.6",
"version": "0.4.7",
"description": "Vite plugin that runs TypeScript type checker on a separate process.",

@@ -45,3 +45,3 @@ "main": "lib/main.js",

"peerDependencies": {
"vite": "^2.0.0"
"vite": ">=2"
},

@@ -48,0 +48,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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