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

@storybook/html

Package Overview
Dependencies
Maintainers
12
Versions
2031
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/html - npm Package Compare versions

Comparing version 0.0.0-pr-30202-sha-4958640a to 0.0.0-pr-30202-sha-78a2d725

14

package.json
{
"name": "@storybook/html",
"version": "0.0.0-pr-30202-sha-4958640a",
"version": "0.0.0-pr-30202-sha-78a2d725",
"description": "Storybook HTML renderer",

@@ -49,14 +49,14 @@ "keywords": [

"dependencies": {
"@storybook/components": "0.0.0-pr-30202-sha-4958640a",
"@storybook/components": "0.0.0-pr-30202-sha-78a2d725",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "0.0.0-pr-30202-sha-4958640a",
"@storybook/preview-api": "0.0.0-pr-30202-sha-4958640a",
"@storybook/theming": "0.0.0-pr-30202-sha-4958640a",
"@storybook/manager-api": "0.0.0-pr-30202-sha-78a2d725",
"@storybook/preview-api": "0.0.0-pr-30202-sha-78a2d725",
"@storybook/theming": "0.0.0-pr-30202-sha-78a2d725",
"ts-dedent": "^2.0.0"
},
"devDependencies": {
"typescript": "^5.3.2"
"typescript": "^5.7.3"
},
"peerDependencies": {
"storybook": "^0.0.0-pr-30202-sha-4958640a"
"storybook": "^0.0.0-pr-30202-sha-78a2d725"
},

@@ -63,0 +63,0 @@ "engines": {

@@ -16,3 +16,3 @@ import { expect, userEvent, within } from '@storybook/test';

// More on interaction testing: https://storybook.js.org/docs/writing-tests/interaction-testing
// More on component testing: https://storybook.js.org/docs/writing-tests/component-testing
export const LoggedIn = {

@@ -19,0 +19,0 @@ play: async ({ canvasElement }) => {

@@ -19,3 +19,3 @@ import type { Meta, StoryObj } from '@storybook/html';

// More on interaction testing: https://storybook.js.org/docs/writing-tests/interaction-testing
// More on component testing: https://storybook.js.org/docs/writing-tests/component-testing
export const LoggedIn: StoryObj = {

@@ -22,0 +22,0 @@ play: async ({ canvasElement }) => {

@@ -19,3 +19,3 @@ import type { Meta, StoryObj } from '@storybook/html';

// More on interaction testing: https://storybook.js.org/docs/writing-tests/interaction-testing
// More on component testing: https://storybook.js.org/docs/writing-tests/component-testing
export const LoggedIn: StoryObj = {

@@ -22,0 +22,0 @@ play: async ({ canvasElement }) => {

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