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.46 to 0.0.47

2

components/Alert/index.js

@@ -26,3 +26,3 @@ "use strict";

var _a = React.useState(false), hide = _a[0], setHide = _a[1];
var handleClickHide = React.useCallback(function () { return setHide(false); }, []);
var handleClickHide = React.useCallback(function () { return setHide(true); }, []);
var id = props.id, className = props.className, children = props.children, style = props.style, _b = props.type, type = _b === void 0 ? 'success' : _b, icon = props.icon, title = props.title, onClose = props.onClose, actions = props.actions, closabled = props.closabled;

@@ -29,0 +29,0 @@ var buttonProps = { id: id, className: className, style: style, severity: type, icon: icon, onClose: onClose };

{
"name": "@eduzz/houston",
"description": "Eduzz Components UI",
"version": "0.0.46",
"version": "0.0.47",
"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