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 2.0.7 to 2.1.0

10

lib/index.js

@@ -49,2 +49,4 @@ 'use strict';

_this.close();
}, _this.handleClickOverlay = function (e) {
if (e.target === _this.overlay) _this.close();
}, _this.close = function () {

@@ -94,3 +96,9 @@ removeBodyClass();

'div',
{ className: 'react-confirm-alert-overlay' },
{
className: 'react-confirm-alert-overlay',
ref: function ref(dom) {
return _this2.overlay = dom;
},
onClick: this.handleClickOverlay
},
_react2.default.createElement(

@@ -97,0 +105,0 @@ 'div',

2

package.json
{
"name": "react-confirm-alert",
"version": "2.0.7",
"version": "2.1.0",
"description": "react component confirm dialog.",

@@ -5,0 +5,0 @@ "main": "lib/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