🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

reactstrap-react-lib

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactstrap-react-lib - npm Package Compare versions

Comparing version

to
6.0.7

3

lib/lib/forms/FormSubmit.js

@@ -55,2 +55,3 @@ "use strict";

const router = (0, router_1.useRouter)();
const curInputs = (0, react_1.useCallback)(() => Inputs, [Inputs]);
(0, react_1.useEffect)(() => {

@@ -164,3 +165,3 @@ setAlertState({ "text": "", "color": "light" });

react_1.default.createElement(reactstrap_1.Row, null,
react_1.default.createElement(reactstrap_1.Col, null, Inputs)),
react_1.default.createElement(reactstrap_1.Col, null, curInputs())),
react_1.default.createElement(reactstrap_1.Row, null,

@@ -167,0 +168,0 @@ react_1.default.createElement(reactstrap_1.Col, null,

{
"name": "reactstrap-react-lib",
"version": "6.0.6",
"version": "6.0.7",
"description": "This is a lib for react and next",

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

Sorry, the diff of this file is not supported yet