Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

buoy-button

Package Overview
Dependencies
Maintainers
14
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buoy-button - npm Package Compare versions

Comparing version 6.5.0 to 6.6.0

5

dist/index.js

@@ -152,7 +152,8 @@ "use strict";

type: props.inputType,
value: props.value
value: props.value,
onClick: onClick
})),
_react2.default.createElement(
InputButtonLabel,
_extends({}, props, { onClick: onClick, htmlFor: labelFor }),
_extends({}, props, { htmlFor: labelFor }),
children

@@ -159,0 +160,0 @@ )

2

package.json
{
"name": "buoy-button",
"version": "6.5.0",
"version": "6.6.0",
"description": "Buoy button components",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -161,4 +161,5 @@ import React from "react"

value={props.value}
onClick={onClick}
/>
<InputButtonLabel {...props} onClick={onClick} htmlFor={labelFor}>
<InputButtonLabel {...props} htmlFor={labelFor}>
{children}

@@ -165,0 +166,0 @@ </InputButtonLabel>

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