You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@nabla/vite-plugin-eslint

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

16

package.json
{
"name": "@nabla/vite-plugin-eslint",
"description": "Plugs ESLint into Vite dev server",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"author": "Arnaud Barré (https://github.com/ArnaudBarre)",
"type": "module",
"main": "index.cjs",
"types": "index.d.ts",
"module": "index.mjs",
"main": "src/index.cjs",
"types": "src/index.d.ts",
"module": "src/index.mjs",
"exports": {
".": {
"types": "./index.d.ts",
"require": "./index.cjs",
"import": "./index.mjs"
"types": "./src/index.d.ts",
"require": "./src/index.cjs",
"import": "./src/index.mjs"
}

@@ -39,3 +39,3 @@ },

"devDependencies": {
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"prettier": "3.0.3",

@@ -42,0 +42,0 @@ "vite": "^5.0.0"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc