Socket
Socket
Sign inDemoInstall

@storybook/addon-highlight

Package Overview
Dependencies
Maintainers
11
Versions
825
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-26750-sha-e1401088 to 0.0.0-pr-26764-sha-e9d28dba

4

dist/preview.js
'use strict';
var global = require('@storybook/global');
var previewApi = require('@storybook/preview-api');
var coreEvents = require('@storybook/core-events');
var previewApi = require('storybook/internal/preview-api');
var coreEvents = require('storybook/internal/core-events');

@@ -7,0 +7,0 @@ var ADDON_ID="storybook/highlight",HIGHLIGHT_STYLE_ID="storybookHighlight",HIGHLIGHT=`${ADDON_ID}/add`,RESET_HIGHLIGHT=`${ADDON_ID}/reset`;var{document}=global.global,highlightStyle=(color="#FF4785",style="dashed")=>`

{
"name": "@storybook/addon-highlight",
"version": "0.0.0-pr-26750-sha-e1401088",
"version": "0.0.0-pr-26764-sha-e9d28dba",
"description": "Highlight DOM nodes within your stories",

@@ -30,9 +30,9 @@ "keywords": [

"node": "./dist/index.js",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./preview": {
"types": "./dist/preview.d.ts",
"require": "./dist/preview.js",
"import": "./dist/preview.mjs"
"import": "./dist/preview.mjs",
"require": "./dist/preview.js"
},

@@ -59,7 +59,8 @@ "./package.json": "./package.json"

"devDependencies": {
"@storybook/core-events": "0.0.0-pr-26750-sha-e1401088",
"@storybook/preview-api": "0.0.0-pr-26750-sha-e1401088",
"@types/webpack-env": "^1.16.0",
"typescript": "^5.3.2"
},
"peerDependencies": {
"storybook": "^0.0.0-pr-26764-sha-e9d28dba"
},
"publishConfig": {

@@ -76,3 +77,3 @@ "access": "public"

},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17",
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16",
"sbmodern": "dist/modern/index.js",

@@ -79,0 +80,0 @@ "storybook": {

Sorry, the diff of this file is not supported yet

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