Socket
Socket
Sign inDemoInstall

@storybook/components

Package Overview
Dependencies
Maintainers
12
Versions
1882
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/components - npm Package Compare versions

Comparing version 3.4.0-alpha.8 to 3.4.0-alpha.9

dist/form/button.js

9

dist/index.js

@@ -73,2 +73,11 @@ 'use strict';

var _button = require('./form/button');
Object.defineProperty(exports, 'Button', {
enumerable: true,
get: function get() {
return _interopRequireDefault(_button).default;
}
});
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

10

package.json
{
"name": "@storybook/components",
"version": "3.4.0-alpha.8",
"version": "3.4.0-alpha.9",
"description": "Core Storybook Components",

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

"glamor": "^2.20.40",
"glamorous": "^4.11.4",
"glamorous": "^4.11.6",
"prop-types": "^15.6.0"

@@ -28,6 +28,6 @@ },

"devDependencies": {
"@storybook/addon-actions": "^3.4.0-alpha.8",
"@storybook/addon-knobs": "^3.4.0-alpha.8",
"@storybook/react": "^3.4.0-alpha.8"
"@storybook/addon-actions": "^3.4.0-alpha.9",
"@storybook/addon-knobs": "^3.4.0-alpha.9",
"@storybook/react": "^3.4.0-alpha.9"
}
}

@@ -8,1 +8,3 @@ export { baseFonts, monoFonts } from './theme';

export { td as Td, th as Th } from './table/cell';
export { default as Button } from './form/button';

@@ -9,3 +9,3 @@ import React from 'react';

storiesOf('components/MenuLink', module)
storiesOf('Components|Navigation/MenuLink', module)
.add('default', () => <MenuLink href="http://google.com">Link</MenuLink>)

@@ -12,0 +12,0 @@ .add('active', () => (

@@ -8,3 +8,3 @@ import React from 'react';

const onClick = action('onClick');
storiesOf('components/RoutedLink', module)
storiesOf('Components|Navigation/RoutedLink', module)
.add('w/ onClick', () => (

@@ -11,0 +11,0 @@ <RoutedLink href="/" onClick={onClick}>

Sorry, the diff of this file is not supported yet

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