🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

@purpurds/alert-badge

Package Overview
Dependencies
Maintainers
2
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@purpurds/alert-badge

import { Meta, Stories, ArgTypes, Primary, Subtitle } from "@storybook/blocks";

npmnpm
Version
4.3.0
Version published
Weekly downloads
1.4K
-23.23%
Maintainers
2
Weekly downloads
 
Created
Source

import { Meta, Stories, ArgTypes, Primary, Subtitle } from "@storybook/blocks";

import * as AlertBadgeStories from "./src/alert-badge.stories"; import packageInfo from "./package.json";

AlertBadge

Version {packageInfo.version}

Showcase

Properties

Installation

Via NPM

Add the dependency to your consumer app like "@purpurds/purpur": "^x.y.z"

In MyApp.tsx

import "@purpurds/purpur/styles";

In MyComponent.tsx

import { AlertBadge } from "@purpurds/purpur";

export const MyComponent = () => {
  return (
    <div>
      <AlertBadge {...someProps}>Some content</AlertBadge>
    </div>
  );
};

FAQs

Package last updated on 24 Apr 2024

Did you know?

Socket

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.

Install

Related posts