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

tabler-react-2

Package Overview
Dependencies
Maintainers
0
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tabler-react-2 - npm Package Compare versions

Comparing version 0.1.35 to 0.1.36

12

dist/modal/modal.js

@@ -144,2 +144,7 @@ "use strict";

};
var update = function update() {
setModalState(_objectSpread(_objectSpread({}, modalState), {}, {
text: options.text
}));
};
var ModalElement = /*#__PURE__*/_react["default"].createElement(Modal, {

@@ -164,4 +169,9 @@ open: modalState.open,

modal: modal,
ModalElement: ModalElement
ModalElement: ModalElement,
update: update,
close: function close() {
var v = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
return handleDecision(v);
}
};
};

2

package.json
{
"name": "tabler-react-2",
"version": "0.1.35",
"version": "0.1.36",
"description": "A react implementation of Tabler ui",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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