Socket
Socket
Sign inDemoInstall

@chakra-ui/editable

Package Overview
Dependencies
Maintainers
3
Versions
456
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/editable - npm Package Compare versions

Comparing version 2.0.12 to 2.0.13

4

dist/index.cjs.js

@@ -142,2 +142,6 @@ "use strict";

onSubmitProp == null ? void 0 : onSubmitProp(value);
const inputEl = inputRef.current;
if ((inputEl == null ? void 0 : inputEl.ownerDocument.activeElement) === inputEl) {
inputEl == null ? void 0 : inputEl.blur();
}
}, [value, onSubmitProp]);

@@ -144,0 +148,0 @@ const onChange = (0, import_react2.useCallback)((event) => {

@@ -111,2 +111,6 @@ // ../../../react-shim.js

onSubmitProp == null ? void 0 : onSubmitProp(value);
const inputEl = inputRef.current;
if ((inputEl == null ? void 0 : inputEl.ownerDocument.activeElement) === inputEl) {
inputEl == null ? void 0 : inputEl.blur();
}
}, [value, onSubmitProp]);

@@ -113,0 +117,0 @@ const onChange = useCallback((event) => {

6

package.json
{
"name": "@chakra-ui/editable",
"version": "2.0.12",
"version": "2.0.13",
"description": "React component used to build inline-editable components",

@@ -47,4 +47,4 @@ "keywords": [

"devDependencies": {
"@chakra-ui/system": "2.2.12",
"@chakra-ui/layout": "2.1.8",
"@chakra-ui/system": "2.3.0",
"@chakra-ui/layout": "2.1.9",
"react": "^18.0.0",

@@ -51,0 +51,0 @@ "clean-package": "2.1.1"

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