Socket
Socket
Sign inDemoInstall

eslint-plugin-unused-imports

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-unused-imports - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

dist/index.d.mts

55

package.json
{
"name": "eslint-plugin-unused-imports",
"version": "4.0.1",
"version": "4.1.0",
"type": "commonjs",
"packageManager": "pnpm@9.7.0",
"description": "Report and remove unused es6 modules",

@@ -15,10 +17,23 @@ "keywords": [

"author": "Mikkel Holmer Pedersen",
"main": "lib/index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"scripts": {
"test": "jest",
"format": "prettier --write 'lib/**/*.js'"
"build": "tsup",
"test": "vitest",
"format": "prettier --write '**/*.[jt]s'",
"prepack": "npm run build",
"release": "bumpp && npm publish"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^8.0.0-0",
"eslint": "^9.0.0"
"@typescript-eslint/eslint-plugin": "^8.0.0-0 || ^7.0.0 || ^6.0.0 || ^5.0.0",
"eslint": "^9.0.0 || ^8.0.0"
},

@@ -30,16 +45,20 @@ "peerDependenciesMeta": {

},
"dependencies": {
"eslint-rule-composer": "^0.3.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.0.0-alpha.16",
"@typescript-eslint/parser": "8.0.0-alpha.16",
"eslint": "^9.3.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2"
"@types/eslint": "^9.6.0",
"@typescript-eslint-v5/eslint-plugin": "npm:@typescript-eslint/eslint-plugin@^5",
"@typescript-eslint-v5/parser": "npm:@typescript-eslint/parser@^5",
"@typescript-eslint-v6/eslint-plugin": "npm:@typescript-eslint/eslint-plugin@^6",
"@typescript-eslint-v6/parser": "npm:@typescript-eslint/parser@^6",
"@typescript-eslint-v7/eslint-plugin": "npm:@typescript-eslint/eslint-plugin@^7",
"@typescript-eslint-v7/parser": "npm:@typescript-eslint/parser@^7",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@typescript-eslint/utils": "^8.0.1",
"bumpp": "^9.4.2",
"eslint": "^9.8.0",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"license": "MIT",

@@ -46,0 +65,0 @@ "repository": {

@@ -7,3 +7,3 @@ # eslint-plugin-unused-imports

- Version 4.x.x is for eslint 9 with @typescript-eslint/eslint-plugin 8
- Version 4.1.x is for eslint 9 with @typescript-eslint/eslint-plugin v8 to v5
- Version 3.x.x is for eslint 8 with @typescript-eslint/eslint-plugin 6 - 7

@@ -10,0 +10,0 @@ - Version 2.x.x is for eslint 8 with @typescript-eslint/eslint-plugin 5

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