Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-credit-card-flipping

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-credit-card-flipping - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

20

index.d.ts

@@ -1,3 +0,19 @@

import { Props } from './types';
import * as React from 'react';
export declare function Card(props: Props): React.FC;
export interface Props extends React.Props<Card> {
brand?: string;
name: string;
number: string;
expiry: string;
cvv: number | string;
backgroundColor?: string;
filledBackgroundColor?: string;
flipCard?: boolean;
emptyName?: string;
}
declare class Card extends React.Component<Props, any> {}
declare module 'react-credit-card-flipping' {}
export default Card;

2

package.json
{
"name": "react-credit-card-flipping",
"version": "1.0.14",
"version": "1.0.15",
"description": "Credit card flipping to ReactJS",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc