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

@hashicorp/react-accordion

Package Overview
Dependencies
Maintainers
21
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hashicorp/react-accordion - npm Package Compare versions

Comparing version 0.3.1 to 1.0.0

index.js

24

package.json
{
"name": "@hashicorp/react-accordion",
"version": "0.3.1",
"description": "A block that displays a set of title + content items, with content collapsed by default, but expandable to view. Also includes an optional heading for the block.",
"main": "dist",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"version": "1.0.0",
"author": "HashiCorp",
"contributors": [
"Zach Shilton"
],
"dependencies": {
"@hashicorp/react-inline-svg": "^1.0.2"
},
"license": "MPL-2.0",
"peerDependencies": {
"react": "^16.9.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": "",
"license": "MPL-2.0",
"dependencies": {
"@hashicorp/react-global-styles": "^4.5.0",
"@hashicorp/react-inline-svg": "^1.0.2"
},
"gitHead": "318196c77439fe1c2af279a8b1beb2e6dca83092"
"gitHead": "c47c50a8419f6278073505ebbe25c9fbe4faab07"
}
# Accordion
A block that displays a set of title + content items, with content collapsed by default, but expandable to view. Also includes an optional heading for the block.
Display a list of titled items with expandable content.
Also exposes the inner `<AccordionItems />` component for use in other contexts.
[See Accordion Documentation Here](https://react-components.vercel.app/?component=Accordion)
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