New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@chakra-ui/accordion

Package Overview
Dependencies
Maintainers
4
Versions
521
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/accordion - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

14

CHANGELOG.md
# Change Log
## 1.0.4
### Patch Changes
- Updated dependencies
[[`8b87406c`](https://github.com/chakra-ui/chakra-ui/commit/8b87406c3132586be3393117eef80d47ec82fc54),
[`8b87406c`](https://github.com/chakra-ui/chakra-ui/commit/8b87406c3132586be3393117eef80d47ec82fc54),
[`8b87406c`](https://github.com/chakra-ui/chakra-ui/commit/8b87406c3132586be3393117eef80d47ec82fc54)]:
- @chakra-ui/hooks@1.1.0
- @chakra-ui/utils@1.1.0
- @chakra-ui/descendant@1.0.3
- @chakra-ui/transition@1.0.4
- @chakra-ui/icon@1.0.3
## 1.0.3

@@ -4,0 +18,0 @@

16

package.json
{
"name": "@chakra-ui/accordion",
"version": "1.0.3",
"version": "1.0.4",
"description": "A simple and accessible accordion component for React & Chakra UI",

@@ -60,10 +60,10 @@ "keywords": [

"dependencies": {
"@chakra-ui/descendant": "1.0.2",
"@chakra-ui/hooks": "1.0.2",
"@chakra-ui/icon": "1.0.2",
"@chakra-ui/transition": "1.0.3",
"@chakra-ui/utils": "1.0.2"
"@chakra-ui/descendant": "1.0.3",
"@chakra-ui/hooks": "1.1.0",
"@chakra-ui/icon": "1.0.3",
"@chakra-ui/transition": "1.0.4",
"@chakra-ui/utils": "1.1.0"
},
"devDependencies": {
"@chakra-ui/system": "1.1.0",
"@chakra-ui/system": "1.1.5",
"react": "^17.0.1"

@@ -73,4 +73,4 @@ },

"@chakra-ui/system": ">=1.0.0",
"react": "16.x || 17.x"
"react": ">=16.8.6"
}
}

@@ -32,3 +32,3 @@ # @chakra-ui/accordion

- `Accordion`: manages the global state of all opened accordionitems via
- `Accordion`: manages the global state of all opened accordion items via
context.

@@ -35,0 +35,0 @@ - `AccordionItem`: manages the state for a single accordion item.

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