
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
react-accordion-customizable
Advanced tools
React Accordion Customizable
Simple Customizable React Accordion Component

npm install --save react-accordion-customizable
import { Accordion } from 'react-accordion-customizable';
const Component = () => {
return (
<div>
<Accordion onChangeStatus={(status) => setState(status)}>
<Accordion.Item label="Label_1">
<Component />
</Accordion.Item>
<Accordion.Item label="Label_2">
<Component />
</Accordion.Item>
</Accordion>
</div>
);
};
| name | type | default | description |
|---|---|---|---|
| multipleOpen | Boolean | false | Open multiple Accordions at the same time |
| onChangeStatus | Function | (status) => void; | Call when status of accordion changed |
| initialOpen | Array | [null] | On load accordion is open. It can be multiple accordions e.g. [0,1,2] |
| name | type | default | description |
|---|---|---|---|
| label | String | The name of the label | |
| labelPosition | String | 'start' | Justify position, options ['start','end','between','center'] |
| labelReverse | Boolean | false | Reverse the inital position |
| iconsLeft | Array | [null] | Multiple icons on the left side as [JSX,JSX] |
| iconsRight | Array | [null] | Multiple icons on the right side as [JSX,JSX] |
| iconSize | Number | 20 | Size of the initial icon |
| secondaryIcon | JSX.Element | null | Secondary Icon |
| removeDefaultIcon | Boolean | false | Remove the initial default icon |
| removeAnimation | Boolean | false | Remove the default animation |
| transitionAnimation | Number | 200 | Duration of the animation in MS |
| removeAnimationIcon | Boolean | false | Remove the initial animation on default icon |
| style | CSS | null | Adds styling on item accordion |
react-accordion-customizable is released under the MIT license.
FAQs
React Accordion Customizable
We found that react-accordion-customizable demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.