Socket
Socket
Sign inDemoInstall

orejime

Package Overview
Dependencies
14
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

5

CHANGELOG.md
# CHANGELOG
## 1.0.2
- fix accessibility issue with Orejime not removing the app `aria-hidden="true"` at times
- replace default "powered by" url by the Orejime homepage
## 1.0.1

@@ -4,0 +9,0 @@

2

es/components/consent-modal.js

@@ -98,3 +98,3 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck";

className: ns('Modal-poweredByLink'),
href: config.poweredBy || 'https://orejime.kiprotect.com',
href: config.poweredBy || 'https://github.com/empreinte-digitale/orejime',
title: "".concat(t(['poweredBy']), " (").concat(t(['newWindow']), ")")

@@ -101,0 +101,0 @@ }, t(['poweredBy']))))));

@@ -121,2 +121,3 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck";

}, isNoticeVisible && React.createElement(ConsentNotice, {
key: "notice",
t: t,

@@ -131,2 +132,3 @@ ns: ns,

}), React.createElement(ConsentModal, {
key: "modal",
isOpen: this.state.isModalVisible,

@@ -133,0 +135,0 @@ t: t,

@@ -114,3 +114,3 @@ "use strict";

className: ns('Modal-poweredByLink'),
href: config.poweredBy || 'https://orejime.kiprotect.com',
href: config.poweredBy || 'https://github.com/empreinte-digitale/orejime',
title: "".concat(t(['poweredBy']), " (").concat(t(['newWindow']), ")")

@@ -117,0 +117,0 @@ }, t(['poweredBy']))))));

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

}, isNoticeVisible && _react.default.createElement(_consentNotice.default, {
key: "notice",
t: t,

@@ -147,2 +148,3 @@ ns: ns,

}), _react.default.createElement(_consentModal.default, {
key: "modal",
isOpen: this.state.isModalVisible,

@@ -149,0 +151,0 @@ t: t,

{
"name": "orejime",
"version": "1.0.1",
"version": "1.0.2",
"description": "An easy to use consent manager that focuses on accessibility. A fork of Klaro!.",

@@ -5,0 +5,0 @@ "repository": {

@@ -28,4 +28,4 @@ # Orejime 🍪

```html
<link rel="stylesheet" href="https://unpkg.com/orejime@1.0.0/dist/orejime.css" />
<script src="https://unpkg.com/orejime@1.0.0/dist/orejime.js"></script>
<link rel="stylesheet" href="https://unpkg.com/orejime@1.0.2/dist/orejime.css" />
<script src="https://unpkg.com/orejime@1.0.2/dist/orejime.js"></script>
```

@@ -32,0 +32,0 @@

Sorry, the diff of this file is not supported yet

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

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