Socket
Socket
Sign inDemoInstall

@chakra-ui/descendant

Package Overview
Dependencies
Maintainers
4
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/descendant - npm Package Compare versions

Comparing version 1.0.9 to 1.1.0

dist/types/index.d.ts.map

16

CHANGELOG.md
# Change Log
## 1.1.0
### Minor Changes
- [`b724a9dd9`](https://github.com/chakra-ui/chakra-ui/commit/b724a9dd9429d02c0b2c7f7deac66d3553100bdc)
[#3674](https://github.com/chakra-ui/chakra-ui/pull/3674) Thanks
[@codebender828](https://github.com/codebender828)! - Extract all React based
utilities and types into `@chakra-ui/react-utils`
### Patch Changes
- Updated dependencies
[[`623e782e8`](https://github.com/chakra-ui/chakra-ui/commit/623e782e80124297740a109e5c6c58cddc35b2eb),
[`b724a9dd9`](https://github.com/chakra-ui/chakra-ui/commit/b724a9dd9429d02c0b2c7f7deac66d3553100bdc)]:
- @chakra-ui/hooks@1.3.0
## 1.0.9

@@ -4,0 +20,0 @@

1

dist/types/index.d.ts
export * from "./use-descendant";
//# sourceMappingURL=index.d.ts.map

@@ -21,1 +21,2 @@ export declare type Descendant<T extends HTMLElement, P = {}> = P & {

};
//# sourceMappingURL=use-descendant.d.ts.map

4

package.json
{
"name": "@chakra-ui/descendant",
"version": "1.0.9",
"version": "1.1.0",
"description": "Register child nodes of a react element for better accessibility",

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

"dependencies": {
"@chakra-ui/hooks": "1.2.0"
"@chakra-ui/hooks": "1.3.0"
},

@@ -60,0 +60,0 @@ "peerDependencies": {

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