New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@rxdi/credit-card-form

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rxdi/credit-card-form

##### Install

latest
Source
npmnpm
Version
0.7.237
Version published
Weekly downloads
114
-21.38%
Maintainers
1
Weekly downloads
 
Created
Source

@rxdi/credit-card-form

Install
npm install @rxdi/credit-card-form

Consuming

import "@rxdi/credit-card-form";
import { CardModel } from "@rxdi/credit-card-form";
import { html } from "@rxdi/lit-html";

const template = html`
  <credit-card-form
    @submit=${(e: CustomEvent<CardModel>) => {
      e.detail.card;
      e.detail.expiry;
      e.detail.cvc;
      e.detail.name;
    }}
  ></credit-card-form>
`;

Preview

image info image info

Keywords

graphql

FAQs

Package last updated on 27 Mar 2026

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