New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@swarmion/eslint-plugin

Package Overview
Dependencies
Maintainers
2
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swarmion/eslint-plugin - npm Package Compare versions

Comparing version

to
0.20.0

6

package.json
{
"name": "@swarmion/eslint-plugin",
"description": "An eslint plugin with rules to enforces proper usage of contracts.",
"version": "0.19.1",
"version": "0.20.0",
"author": "fargito",

@@ -36,3 +36,3 @@ "license": "MIT",

"package-types-aliases": "tsc-alias -p tsconfig.build.json",
"test": "pnpm test-linter && pnpm test-type && pnpm test-circular",
"test": "nx run test-linter && nx run test-type && nx run test-circular",
"test-circular": "pnpm depcruise --validate .dependency-cruiser.js .",

@@ -64,3 +64,3 @@ "test-linter": "pnpm linter-base-config .",

},
"gitHead": "80e08e81f2cdac04f5b08a161eb39b046bb8af60"
"gitHead": "a47767c8a102a688e4701220207c284de6c255ff"
}