Socket
Socket
Sign inDemoInstall

@weahead/consent-manager

Package Overview
Dependencies
24
Maintainers
9
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.3 to 2.2.4

4

dist/components/Buttons/Settings.js

@@ -17,5 +17,5 @@ "use strict";

return (react_1["default"].createElement("div", { className: "consent-button-container" },
react_1["default"].createElement(Button_1["default"], { onClick: actions.approveSelectionOfCookies }, approveLabel),
showRevokeButton ? react_1["default"].createElement(Revoke_1["default"], null, revokeLabel) : null));
showRevokeButton ? react_1["default"].createElement(Revoke_1["default"], null, revokeLabel) : null,
react_1["default"].createElement(Button_1["default"], { onClick: actions.approveSelectionOfCookies }, approveLabel)));
}
exports["default"] = Settings;
{
"name": "@weahead/consent-manager",
"version": "2.2.3",
"version": "2.2.4",
"author": "Weahead AB <alla@weahead.se>",

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

Sorry, the diff of this file is not supported yet

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