Socket
Socket
Sign inDemoInstall

eslint-plugin-storybook

Package Overview
Dependencies
128
Maintainers
2
Versions
91
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1-alpha.2 to 0.0.1-alpha.3

dist/configs/addon-interactions.js

35

package.json
{
"name": "eslint-plugin-storybook",
"version": "0.0.1-alpha.2",
"version": "0.0.1-alpha.3",
"description": "Best practice rules for Storybook",

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

],
"main": "lib/index.js",
"main": "dist/index.js",
"files": [
"lib",
"dist/**/*",
"README.md"

@@ -34,18 +34,25 @@ ],

"lint": "eslint --fix .",
"test": "mocha tests --recursive",
"generate-rule": "node ./tools/generate-rule",
"update-configs": "node ./tools/update-configs.js",
"update-docs": "node ./tools/update-rules-list.js",
"migrate": "ts-migrate-full",
"prebuild": "rimraf dist",
"build": "tsc",
"start": "tsc --watch",
"test": "mocha -r ts-node/register 'tests/**/*.ts'",
"generate-rule": "ts-node ./tools/generate-rule",
"update-configs": "ts-node ./tools/update-configs",
"update-docs": "ts-node ./tools/update-rules-list",
"update-all": "yarn update-configs && yarn update-docs",
"prepare": "husky install",
"prettier": "prettier --write .",
"release": "auto shipit"
"release": "yarn build && auto shipit"
},
"dependencies": {
"requireindex": "^1.1.0",
"@typescript-eslint/experimental-utils": "^5.3.0"
"@typescript-eslint/experimental-utils": "^5.3.0",
"requireindex": "^1.1.0"
},
"devDependencies": {
"@auto-it/released": "^10.32.2",
"@typescript-eslint/parser": "^4.31.0",
"@types/eslint": "^7.28.2",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.6",
"@typescript-eslint/parser": "^5.3.0",
"auto": "^10.32.2",

@@ -62,4 +69,8 @@ "eslint": "^7.1.0",

"prompts": "^2.4.2",
"rimraf": "^3.0.2",
"ts-dedent": "^2.2.0",
"typescript": "^4.4.3"
"ts-migrate": "^0.1.26",
"ts-node": "^10.4.0",
"tsc": "^2.0.3",
"typescript": "^4.4.4"
},

@@ -66,0 +77,0 @@ "engines": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc