You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@storybook/addon-highlight

Package Overview
Dependencies
Maintainers
0
Versions
716
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-pr-27039-sha-f879c505 to 0.0.0-pr-27039-sha-fbc11962

4

dist/preview.js
'use strict';
var global = require('@storybook/global');
var previewApi = require('@storybook/core/dist/preview-api');
var coreEvents = require('@storybook/core/dist/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-27039-sha-f879c505",
"version": "0.0.0-pr-27039-sha-fbc11962",
"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"
},

@@ -63,3 +63,3 @@ "./package.json": "./package.json"

"peerDependencies": {
"@storybook/core": "0.0.0-pr-27039-sha-f879c505"
"storybook": "^0.0.0-pr-27039-sha-fbc11962"
},

@@ -77,3 +77,3 @@ "publishConfig": {

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

@@ -80,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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc