Socket
Socket
Sign inDemoInstall

@storybook/preact

Package Overview
Dependencies
Maintainers
0
Versions
1721
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/preact - npm Package Compare versions

Comparing version 0.0.0-pr-28882-sha-e607100a to 0.0.0-pr-28920-sha-480f404a

12

package.json
{
"name": "@storybook/preact",
"version": "0.0.0-pr-28882-sha-e607100a",
"version": "0.0.0-pr-28920-sha-480f404a",
"description": "Storybook Preact renderer",

@@ -50,7 +50,7 @@ "keywords": [

"dependencies": {
"@storybook/components": "^0.0.0-pr-28882-sha-e607100a",
"@storybook/components": "^0.0.0-pr-28920-sha-480f404a",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "^0.0.0-pr-28882-sha-e607100a",
"@storybook/preview-api": "^0.0.0-pr-28882-sha-e607100a",
"@storybook/theming": "^0.0.0-pr-28882-sha-e607100a",
"@storybook/manager-api": "^0.0.0-pr-28920-sha-480f404a",
"@storybook/preview-api": "^0.0.0-pr-28920-sha-480f404a",
"@storybook/theming": "^0.0.0-pr-28920-sha-480f404a",
"ts-dedent": "^2.0.0"

@@ -64,3 +64,3 @@ },

"preact": "^8.0.0||^10.0.0",
"storybook": "^0.0.0-pr-28882-sha-e607100a"
"storybook": "^0.0.0-pr-28920-sha-480f404a"
},

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

{
"rules": {
"import/extensions": "off",
"react/react-in-jsx-scope": "off",
"import/no-extraneous-dependencies": "off"
"react/react-in-jsx-scope": "off"
}
}

@@ -5,6 +5,7 @@ import './button.css';

* Primary UI component for user interaction
*
* @param {object} props
* @param {string} [props.primary=false]
* @param {string} [props.primary=false] Default is `false`
* @param {string} [props.backgroundColor]
* @param {('small' | 'medium' | 'large')} [props.size='medium']
* @param {'small' | 'medium' | 'large'} [props.size='medium'] Default is `'medium'`
* @param {string} props.label

@@ -11,0 +12,0 @@ * @param {function} props.onClick

@@ -6,2 +6,3 @@ import { Button } from './Button';

* Header component
*
* @param {object} props

@@ -8,0 +9,0 @@ * @param {object} [props.user]

@@ -6,5 +6,3 @@ import { useState } from 'preact/hooks';

/**
* Simple page component
*/
/** Simple page component */
export const Page = () => {

@@ -11,0 +9,0 @@ const [user, setUser] = useState();

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