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

react-hook-popup

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-hook-popup - npm Package Compare versions

Comparing version 1.1.0-alpha.1 to 1.1.0-alpha.2

4

dist/components/Confirm/Confirm.js

@@ -15,6 +15,6 @@ "use strict";

react_1.default.createElement("div", { className: "rhp-confirm__actions" },
react_1.default.createElement("button", { onClick: cancel, className: "rhp-confirm__button--cancel" }, "Cancel"),
react_1.default.createElement("button", { onClick: confirm, className: "rhp-confirm__button--confirm" }, "Confirm"))),
react_1.default.createElement("button", { onClick: cancel, className: "rhp-confirm__button rhp-confirm__button--cancel" }, "Cancel"),
react_1.default.createElement("button", { onClick: confirm, className: "rhp-confirm__button rhp-confirm__button--confirm" }, "Confirm"))),
react_1.default.createElement("div", { className: "rhp-confirm__dimmer" })));
};
exports.Confirm = Confirm;

@@ -23,2 +23,3 @@ "use strict";

}, []);
console.log(confirmPromise);
return [

@@ -25,0 +26,0 @@ function (message) {

{
"name": "react-hook-popup",
"version": "1.1.0-alpha.1",
"version": "1.1.0-alpha.2",
"description": "Easily manage popups like alerts and modals in React with a single hook",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/aidanjw1/react-hook-popup#readme",

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