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

@ltht-react/admin-actions

Package Overview
Dependencies
Maintainers
11
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ltht-react/admin-actions - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

lib/atoms/admin-action-button.js

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

}
return (jsx_runtime_1.jsx(button_1.Button, { type: "button", title: "Perform Action", value: !adminAction.isLoading ? 'Perform Action' : 'Loading', icon: adminAction.isLoading && jsx_runtime_1.jsx(icon_1.SpinnerIcon, { size: "medium" }, void 0), onClick: function () { return actionClickHandler(adminAction); } }, void 0));
return (jsx_runtime_1.jsx(button_1.Button, { type: "button", title: "Perform Action", value: !adminAction.isLoading ? 'Perform Action' : 'Loading', icon: adminAction.isLoading && jsx_runtime_1.jsx(icon_1.SpinnerIcon, { size: "medium" }, void 0), onClick: adminAction.isLoading ? function () { return undefined; } : function () { return actionClickHandler(adminAction); } }, void 0));
};

@@ -28,0 +28,0 @@ exports.default = ActionButton;

{
"name": "@ltht-react/admin-actions",
"version": "1.0.3",
"version": "1.0.4",
"description": "ltht-react clinical AdminActions component.",

@@ -30,12 +30,12 @@ "author": "LTHT",

"@emotion/styled": "^11.0.0",
"@ltht-react/button": "^1.3.118",
"@ltht-react/hooks": "^1.0.108",
"@ltht-react/icon": "^1.3.118",
"@ltht-react/styles": "^1.3.110",
"@ltht-react/type-summary": "^1.3.118",
"@ltht-react/types": "^1.0.114",
"@ltht-react/utils": "^1.1.116",
"@ltht-react/button": "^1.3.119",
"@ltht-react/hooks": "^1.0.109",
"@ltht-react/icon": "^1.3.119",
"@ltht-react/styles": "^1.3.111",
"@ltht-react/type-summary": "^1.3.119",
"@ltht-react/types": "^1.0.115",
"@ltht-react/utils": "^1.1.117",
"react": "^17.0.0"
},
"gitHead": "61e0fbe9be8384645b888782595a44ca991dba4a"
"gitHead": "956c06e0075eee9efdc28613e0315706ffdbf1d1"
}

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