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

@invisionag/iris-react-button-group

Package Overview
Dependencies
Maintainers
22
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@invisionag/iris-react-button-group - npm Package Compare versions

Comparing version 4.3.37 to 4.3.38

4

dist/index.js

@@ -151,5 +151,5 @@ module.exports =

var classNames = external_classnames_default()(['iris-button-group', className]);
return external_react_default.a.createElement(StyledButtonGroup, _extends({
return external_react_default.a.createElement(StyledButtonGroup, _extends({}, props, {
className: classNames
}, props), children);
}), children);
};

@@ -156,0 +156,0 @@

{
"name": "@invisionag/iris-react-button-group",
"version": "4.3.37",
"version": "4.3.38",
"main": "dist/index.js",

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

"devDependencies": {
"@invisionag/iris-react-button": "^6.3.6"
"@invisionag/iris-react-button": "^6.3.7"
},

@@ -17,3 +17,3 @@ "peerDependencies": {

},
"gitHead": "304dceaa6091e2839b818ac3e69a1e751a236451"
"gitHead": "815c1eb49502bd70097c4890e12674327b06bbbe"
}

@@ -17,3 +17,3 @@ // @flow

return (
<StyledButtonGroup className={classNames} {...props}>
<StyledButtonGroup {...props} className={classNames}>
{children}

@@ -20,0 +20,0 @@ </StyledButtonGroup>

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