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

eslint-plugin-storybook

Package Overview
Dependencies
Maintainers
0
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-storybook - npm Package Compare versions

Comparing version

to
0.11.2

4

package.json
{
"name": "eslint-plugin-storybook",
"version": "0.11.1",
"version": "0.11.2",
"description": "Best practice rules for Storybook",

@@ -88,3 +88,3 @@ "keywords": [

"peerDependencies": {
"eslint": ">=6"
"eslint": ">=8"
},

@@ -91,0 +91,0 @@ "engines": {

@@ -74,2 +74,12 @@ <p align="center">

## ESLint compatibility
Use the following table to use the correct version of this package, based on the version of ESLint you're using:
| ESLint version | Storybook plugin version |
| -------------- | ------------------------ |
| ^9.0.0 | ^0.10.0 |
| ^8.57.0 | ^0.10.0 |
| ^7.0.0 | ~0.9.0 |
## Usage

@@ -76,0 +86,0 @@