Socket
Socket
Sign inDemoInstall

eslint-plugin-storybook

Package Overview
Dependencies
Maintainers
2
Versions
96
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 0.2.2 to 0.2.3

2

dist/rules/hierarchy-separator.js

@@ -43,3 +43,3 @@ "use strict";

context.report({
node,
node: titleNode,
messageId: 'deprecatedHierarchySeparator',

@@ -46,0 +46,0 @@ data: { metaTitle },

@@ -50,3 +50,3 @@ "use strict";

const { name } = id;
if (!(0, csf_1.isExportStory)(name, nonStoryExportsConfig)) {
if (!(0, csf_1.isExportStory)(name, nonStoryExportsConfig) || name === '__namedExportsOrder') {
return null;

@@ -53,0 +53,0 @@ }

{
"name": "eslint-plugin-storybook",
"version": "0.2.2",
"version": "0.2.3",
"description": "Best practice rules for Storybook",

@@ -5,0 +5,0 @@ "keywords": [

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