Socket
Socket
Sign inDemoInstall

@chakra-ui/editable

Package Overview
Dependencies
Maintainers
4
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 1.2.5 to 1.2.6

13

CHANGELOG.md
# Change Log
## 1.2.6
### Patch Changes
- [`4c157e320`](https://github.com/chakra-ui/chakra-ui/commit/4c157e320a73b08eb89a44831a7cf434fb403bad)
[#4057](https://github.com/chakra-ui/chakra-ui/pull/4057) Thanks
[@mcha-dev](https://github.com/mcha-dev)! - updated @see doc links to point to
shorthand see PR #4046 comment
- Updated dependencies
[[`aa374ffcb`](https://github.com/chakra-ui/chakra-ui/commit/aa374ffcb4003efd88eb6a62e10723ea9fbfa3d0)]:
- @chakra-ui/hooks@1.5.3
## 1.2.5

@@ -4,0 +17,0 @@

2

dist/cjs/use-editable.js

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

*
* @see Docs https://chakra-ui.com/docs/editable
* @see Docs https://chakra-ui.com/editable
*/

@@ -24,0 +24,0 @@ function useEditable(props) {

@@ -13,3 +13,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

*
* @see Docs https://chakra-ui.com/docs/editable
* @see Docs https://chakra-ui.com/editable
*/

@@ -16,0 +16,0 @@ export function useEditable(props) {

@@ -60,3 +60,3 @@ import { PropGetter } from "@chakra-ui/react-utils";

*
* @see Docs https://chakra-ui.com/docs/editable
* @see Docs https://chakra-ui.com/editable
*/

@@ -63,0 +63,0 @@ export declare function useEditable(props?: UseEditableProps): {

{
"name": "@chakra-ui/editable",
"version": "1.2.5",
"version": "1.2.6",
"description": "React component used to build inline-editable components",

@@ -58,3 +58,3 @@ "keywords": [

"dependencies": {
"@chakra-ui/hooks": "1.5.2",
"@chakra-ui/hooks": "1.5.3",
"@chakra-ui/react-utils": "1.1.2",

@@ -64,3 +64,3 @@ "@chakra-ui/utils": "1.8.0"

"devDependencies": {
"@chakra-ui/system": "1.6.5",
"@chakra-ui/system": "1.7.0",
"react": "^17.0.1"

@@ -67,0 +67,0 @@ },

Sorry, the diff of this file is not supported yet

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