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

@eduzz/houston

Package Overview
Dependencies
Maintainers
5
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eduzz/houston - npm Package Compare versions

Comparing version 0.0.27 to 0.0.28

2

components/Button/index.js

@@ -19,4 +19,4 @@ "use strict";

return (React.createElement(styles_1.ThemeProvider, { theme: theme },
React.createElement(Button_1.default, tslib_1.__assign({}, buttonProps, { disabled: disabled || loading, startIcon: loading ? React.createElement(CircularProgress_1.default, { size: 18, color: 'inherit' }) : startIcon, variant: variant, color: 'primary', ref: ref }), children)));
React.createElement(Button_1.default, tslib_1.__assign({}, buttonProps, { disabled: disabled || loading ? true : false, startIcon: loading ? React.createElement(CircularProgress_1.default, { size: 18, color: 'inherit' }) : startIcon, endIcon: loading ? null : endIcon, variant: variant, color: 'primary', ref: ref }), children)));
});
exports.default = React.memo(Button);
{
"name": "@eduzz/houston",
"description": "Eduzz Components UI",
"version": "0.0.27",
"version": "0.0.28",
"main": "./index.js",

@@ -6,0 +6,0 @@ "types": "./index.d.ts",

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