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

@storybook/addon-highlight

Package Overview
Dependencies
Maintainers
12
Versions
1007
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/addon-highlight - npm Package Compare versions

Comparing version 0.0.0-pr-30197-sha-a3d613d5 to 0.0.0-pr-30197-sha-de13df08

14

dist/index.d.ts

@@ -7,4 +7,16 @@ import * as core_dist_types from 'storybook/internal/types';

interface HighlightParameters {
/**
* Highlight configuration
*
* @see https://storybook.js.org/docs/essentials/highlight#parameters
*/
highlight: {
/** Remove the addon panel and disable the addon's behavior */
disable?: boolean;
};
}
declare const _default: () => core_dist_types.ProjectAnnotations<_storybook_csf.Renderer>;
export { HIGHLIGHT, RESET_HIGHLIGHT, _default as default };
export { HIGHLIGHT, HighlightParameters, RESET_HIGHLIGHT, _default as default };

6

package.json
{
"name": "@storybook/addon-highlight",
"version": "0.0.0-pr-30197-sha-a3d613d5",
"version": "0.0.0-pr-30197-sha-de13df08",
"description": "Highlight DOM nodes within your stories",

@@ -68,6 +68,6 @@ "keywords": [

"@types/webpack-env": "^1.16.0",
"typescript": "^5.3.2"
"typescript": "^5.7.3"
},
"peerDependencies": {
"storybook": "^0.0.0-pr-30197-sha-a3d613d5"
"storybook": "^0.0.0-pr-30197-sha-de13df08"
},

@@ -74,0 +74,0 @@ "publishConfig": {

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