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.5 to 0.4.6-beta.1

2

lib/logger.js

@@ -282,3 +282,3 @@ var __create = Object.create;

return {
message: d.message,
message: `${d.message} (${d.ruleId})`,
conclusion: "",

@@ -285,0 +285,0 @@ codeFrame,

@@ -69,2 +69,3 @@ var __create = Object.create;

const overlayConfig = typeof (userConfig == null ? void 0 : userConfig.overlay) === "object" ? userConfig == null ? void 0 : userConfig.overlay : null;
let resolvedRuntimePath = import_client.RUNTIME_PUBLIC_PATH;
let checkers = [];

@@ -91,2 +92,3 @@ let viteMode;

resolvedConfig = config;
resolvedRuntimePath = config.base + import_client.RUNTIME_PUBLIC_PATH.slice(1);
},

@@ -149,3 +151,3 @@ buildEnd() {

attrs: { type: "module" },
children: `import { inject } from "${import_client.RUNTIME_PUBLIC_PATH}"; inject();`
children: `import { inject } from "${resolvedRuntimePath}"; inject();`
}

@@ -152,0 +154,0 @@ ];

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

@@ -5,0 +5,0 @@ "main": "lib/main.js",

Sorry, the diff of this file is not supported yet

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