You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@adonisjs/eslint-plugin

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adonisjs/eslint-plugin - npm Package Compare versions

Comparing version

to
2.0.0-beta.3

build/index.d.ts

4

package.json
{
"name": "@adonisjs/eslint-plugin",
"description": "ESLint plugin to enforce AdonisJS app specific linting rules",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"engines": {

@@ -29,2 +29,4 @@ "node": ">=20.6.0"

"release": "release-it",
"version": "npm run build",
"prepublishOnly": "npm run build",
"quick:test": "node --import=ts-node-maintained/register/esm --enable-source-maps bin/test.ts"

@@ -31,0 +33,0 @@ },