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
7
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 1.0.0 to 1.0.1-alpha.e781bb8c

CHANGELOG.md

4

package.json
{
"name": "@jouwomgeving/ui-button",
"version": "1.0.0",
"version": "1.0.1-alpha.e781bb8c",
"author": "Jouw Omgeving",

@@ -29,3 +29,3 @@ "dictator": [

"devDependencies": {
"@jouwomgeving/ui-icon": "^1.0.0"
"@jouwomgeving/ui-icon": "^1.0.1-alpha.e781bb8c"
},

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

@@ -64,7 +64,7 @@ import PropTypes from 'prop-types';

<Base direction={direction}>
{React.Children.map(children, (child, index) => (
{React.Children.map(children, (child, index) =>
<BaseItem key={index} direction={direction}>
{child}
</BaseItem>
))}
)}
</Base>

@@ -71,0 +71,0 @@ );

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