Socket
Socket
Sign inDemoInstall

react-confirm-alert

Package Overview
Dependencies
5
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.0.3

4

index.d.ts

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

import React, { ButtonHTMLAttributes } from 'react';
declare module 'react-confirm-alert' {

@@ -9,3 +11,3 @@ export interface ReactConfirmAlertProps {

className?: string
} & HTMLButtonElement>
} & ButtonHTMLAttributes<HTMLButtonElement>>
childrenElement?: () => React.ReactNode

@@ -12,0 +14,0 @@ customUI?: (customUiOptions: {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc