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

@histoire/app

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@histoire/app - npm Package Compare versions

Comparing version 0.17.4 to 0.17.5

4

package.json
{
"name": "@histoire/app",
"version": "0.17.4",
"version": "0.17.5",
"description": "Pre-bundled UI for Histoire",

@@ -31,3 +31,3 @@ "license": "MIT",

"@histoire/controls": "^0.17.4",
"@histoire/shared": "^0.17.4",
"@histoire/shared": "^0.17.5",
"@histoire/vendors": "^0.17.4"

@@ -34,0 +34,0 @@ },

import { isMac } from './env.js'
import { formatKey } from './keyboard.js'
export function makeTooltip (descriptionHtml: string, keyboardShortcut: ({ isMac: boolean }) => string) {
export function makeTooltip (descriptionHtml: string, keyboardShortcut: (options: { isMac: boolean }) => string) {
return {

@@ -6,0 +6,0 @@ content: `<div>${descriptionHtml}</div><div class="htw-flex htw-items-center htw-gap-1 htw-mt-2 htw-text-sm">${genKeyboardShortcutHtml(keyboardShortcut({ isMac }))}</div>`,

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