Socket
Socket
Sign inDemoInstall

@nabla/vite-plugin-eslint

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nabla/vite-plugin-eslint - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

2

package.json
{
"name": "@nabla/vite-plugin-eslint",
"version": "1.3.2",
"version": "1.3.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Plugs ESLint into Vite dev server",

const { workerData, parentPort } = require("worker_threads");
const chalk = require("chalk");
const fs = require("fs").promises;
const { ESLint } = require("eslint");

@@ -33,2 +34,3 @@

}
if (report.output !== undefined) await fs.writeFile(path, report.output);
})

@@ -35,0 +37,0 @@ .catch((e) => {

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