
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
effect-dropdown-react
Advanced tools
适用于 React 的优雅而炫酷的 Dropdown 组件。
中文 | English
$ npm i -S effect-dropdown-react # yarn add effect-dropdown-react

一个简单的例子
main.js
import 'effect-dropdown-react/dist/index.css'
App.jsx
import { EffectDropdown, EffectDropdownItem } from 'effect-dropdown-react'
export default () => {
return (
<EffectDropdown
effect="camber"
activeColor="#4d8c9d"
label="Select your platform"
>
<EffectDropdownItem>Twitter</EffectDropdownItem>
<EffectDropdownItem>Facebook</EffectDropdownItem>
<EffectDropdownItem>Google+</EffectDropdownItem>
<EffectDropdownItem>GitHub</EffectDropdownItem>
</EffectDropdown>
)
}
$ npm install
$ npm run dev
$ npm run build:package
$ npm link ./
App.jsx
import { EffectDropdown, EffectDropdownItem } from 'effect-dropdown-react'
import 'effect-dropdown-react/dist/index.css'
$ npm run build:package # 构建 npm 包
$ npm run build:example # 构建示例站点
$ npm run build # build:package & build:example
详见 releases
FAQs
Simple effects of Dropdown for React.js.
The npm package effect-dropdown-react receives a total of 4 weekly downloads. As such, effect-dropdown-react popularity was classified as not popular.
We found that effect-dropdown-react 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.