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

@backstage/eslint-plugin

Package Overview
Dependencies
Maintainers
4
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/eslint-plugin - npm Package Compare versions

Comparing version

to
0.0.0-nightly-20230322022148

8

CHANGELOG.md
# @backstage/eslint-plugin
## 0.0.0-nightly-20230321022038
## 0.0.0-nightly-20230322022148

@@ -9,2 +9,8 @@ ### Patch Changes

## 0.1.3-next.0
### Patch Changes
- 911c25de59c: Add support for auto-fixing missing imports detected by the `no-undeclared-imports` rule.
## 0.1.2

@@ -11,0 +17,0 @@

4

package.json
{
"name": "@backstage/eslint-plugin",
"description": "Backstage ESLint plugin",
"version": "0.0.0-nightly-20230321022038",
"version": "0.0.0-nightly-20230322022148",
"publishConfig": {

@@ -25,5 +25,5 @@ "access": "public"

"devDependencies": {
"@backstage/cli": "^0.0.0-nightly-20230321022038",
"@backstage/cli": "^0.0.0-nightly-20230322022148",
"eslint": "^8.33.0"
}
}