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

@jouwomgeving/ui-button

Package Overview
Dependencies
Maintainers
4
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jouwomgeving/ui-button - npm Package Compare versions

Comparing version 0.0.2-alpha.dc0d923a to 0.0.2-alpha.edd50df7

dist/bundle.css

4

package.json
{
"name": "@jouwomgeving/ui-button",
"version": "0.0.2-alpha.dc0d923a",
"version": "0.0.2-alpha.edd50df7",
"license": "MIT",

@@ -18,3 +18,3 @@ "author": "Jouw Omgeving B.V. (https://www.jouwomgeving.nl/)",

"devDependencies": {
"@jouwomgeving/ui-icon": "^0.0.1-alpha.dc0d923a"
"@jouwomgeving/ui-icon": "^0.0.1-alpha.edd50df7"
},

@@ -21,0 +21,0 @@ "dependencies": {

@@ -24,6 +24,5 @@ import React from 'react';

const wrapper = shallow(<Button onClick={onClick} />);
wrapper.find('button').simulate('click');
wrapper.simulate('click');
expect(onClick).to.have.property('callCount', 1);
});
});
import React from 'react';
import { storiesOf, action } from '@kadira/storybook';
import Button from '../../../';
import Button from '../../../index';
import Icon from '@jouwomgeving/ui-icon';

@@ -62,3 +62,8 @@

label="Prefix"
prefix={(<SelectedIcon size={18} />)}
prefix={(
<SelectedIcon
color="currentColor"
size={18}
/>
)}
/>

@@ -75,3 +80,8 @@ );

label="Suffix"
suffix={(<SelectedIcon size={18} />)}
suffix={(
<SelectedIcon
size={18}
color="currentColor"
/>
)}
/>

@@ -78,0 +88,0 @@ );

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