
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@pagedotapp/page-carousel
Advanced tools
A reusable carousel component for React applications.
npm install @pagedotapp/page-carousel
import { PageCarousel } from "@pagedotapp/page-carousel"
function App() {
return (
<PageCarousel variant="primary" size="medium">
PageCarousel Content
</PageCarousel>
)
}
Prop | Type | Default | Description |
---|---|---|---|
children | React.ReactNode | - | Component children |
className | string | '' | Additional CSS class name |
variant | 'default' | 'primary' | 'secondary' | 'default' | Component variant |
size | 'small' | 'medium' | 'large' | 'medium' | Component size |
disabled | boolean | false | Disabled state |
<PageCarousel variant="default">Default</PageCarousel>
<PageCarousel variant="primary">Primary</PageCarousel>
<PageCarousel variant="secondary">Secondary</PageCarousel>
<PageCarousel size="small">Small</PageCarousel>
<PageCarousel size="medium">Medium</PageCarousel>
<PageCarousel size="large">Large</PageCarousel>
<PageCarousel disabled>Disabled</PageCarousel>
The component uses CSS modules for styling. You can override styles by passing a custom className
or by targeting the component's CSS classes in your global styles.
To run the component in development mode:
npm run storybook
To run tests:
npm run test
To lint the component:
npm run lint
FAQs
PageCarousel - A reusable React component
The npm package @pagedotapp/page-carousel receives a total of 61 weekly downloads. As such, @pagedotapp/page-carousel popularity was classified as not popular.
We found that @pagedotapp/page-carousel demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.