Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@szhsin/react-accordion

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@szhsin/react-accordion - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

dist/cjs/components/Accordion.cjs

31

package.json
{
"name": "@szhsin/react-accordion",
"version": "1.3.0",
"version": "1.4.0",
"description": "The complete accordion solution for React.",

@@ -9,5 +9,5 @@ "author": "Zheng Song",

"homepage": "https://szhsin.github.io/react-accordion/",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"types": "types/index.d.ts",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
"types": "./types/index.d.ts",
"publishConfig": {

@@ -49,2 +49,10 @@ "access": "public"

},
"exports": {
".": {
"types": "./types/index.d.ts",
"require": "./dist/cjs/index.cjs",
"default": "./dist/esm/index.mjs"
},
"./package.json": "./package.json"
},
"peerDependencies": {

@@ -62,12 +70,12 @@ "react": "^16.14 || ^17.0 || ^18.0 || ^19.0",

"@babel/preset-typescript": "^7.26.0",
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/jest": "^29.5.14",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"babel-plugin-pure-annotations": "^0.1.2",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",

@@ -85,6 +93,7 @@ "eslint-plugin-jest": "^28.9.0",

"react-dom": "^19.0.0",
"rollup": "^4.28.1",
"rollup": "^4.29.1",
"rollup-preserve-directives": "^1.1.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0"
"typescript-eslint": "^8.19.0"
}
}
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