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

fengui

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fengui - npm Package Compare versions

Comparing version 0.6.10 to 0.6.12

6

component/form/BtnGroup.jsx

@@ -18,3 +18,7 @@ import React from "react";

{children.map(function (btn, i) {
return <div key={i} style={{width:100/children.length+"%"}}>{btn}</div>;
return (
<div key={i} className={btn.props.disabled && styles.disabled} style={{width:100/children.length+"%"}}>
{btn}
</div>
);
})}

@@ -21,0 +25,0 @@ </div>

2

package.json
{
"name": "fengui",
"version": "0.6.10",
"version": "0.6.12",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/fengjr",

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