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

react-confirm-alert

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-confirm-alert - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

18

lib/index.js

@@ -19,2 +19,6 @@ 'use strict';

var _propTypes = require('prop-types');
var _propTypes2 = _interopRequireDefault(_propTypes);
var _reactDom = require('react-dom');

@@ -98,9 +102,9 @@

value: {
title: _react.PropTypes.string,
message: _react.PropTypes.string,
confirmLabel: _react.PropTypes.string,
cancelLabel: _react.PropTypes.string,
onConfirm: _react.PropTypes.func,
onCancel: _react.PropTypes.func,
children: _react.PropTypes.node
title: _propTypes2['default'].string,
message: _propTypes2['default'].string,
confirmLabel: _propTypes2['default'].string,
cancelLabel: _propTypes2['default'].string,
onConfirm: _propTypes2['default'].func,
onCancel: _propTypes2['default'].func,
children: _propTypes2['default'].node
},

@@ -107,0 +111,0 @@ enumerable: true

{
"name": "react-confirm-alert",
"version": "1.0.6",
"version": "1.0.7",
"description": "react component confirm dialog.",

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

Sorry, the diff of this file is too big to display

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