Socket
Socket
Sign inDemoInstall

@sentry-internal/feedback

Package Overview
Dependencies
Maintainers
9
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry-internal/feedback - npm Package Compare versions

Comparing version 7.112.2 to 7.113.0

19

cjs/index.js

@@ -22,3 +22,3 @@ Object.defineProperty(exports, '__esModule', { value: true });

border: '1.5px solid rgba(41, 35, 47, 0.13)',
borderRadius: '12px',
borderRadius: '25px',
boxShadow: '0px 4px 24px 0px rgba(43, 34, 51, 0.12)',

@@ -305,4 +305,11 @@

.widget__actor {
line-height: 25px;
position: fixed;
left: var(--left);
right: var(--right);
bottom: var(--bottom);
top: var(--top);
z-index: var(--z-index);
line-height: 16px;
display: flex;

@@ -317,3 +324,3 @@ align-items: center;

font-weight: 600;
padding: 12px 16px;
padding: 16px;
text-decoration: none;

@@ -348,2 +355,8 @@ z-index: 9000;

@media (max-width: 600px) {
.widget__actor__text {
display: none;
}
}
.feedback-icon path {

@@ -350,0 +363,0 @@ fill: var(--foreground);

@@ -20,3 +20,3 @@ import { GLOBAL_OBJ, getLocationHref, logger, isBrowser } from '@sentry/utils';

border: '1.5px solid rgba(41, 35, 47, 0.13)',
borderRadius: '12px',
borderRadius: '25px',
boxShadow: '0px 4px 24px 0px rgba(43, 34, 51, 0.12)',

@@ -303,4 +303,11 @@

.widget__actor {
line-height: 25px;
position: fixed;
left: var(--left);
right: var(--right);
bottom: var(--bottom);
top: var(--top);
z-index: var(--z-index);
line-height: 16px;
display: flex;

@@ -315,3 +322,3 @@ align-items: center;

font-weight: 600;
padding: 12px 16px;
padding: 16px;
text-decoration: none;

@@ -346,2 +353,8 @@ z-index: 9000;

@media (max-width: 600px) {
.widget__actor__text {
display: none;
}
}
.feedback-icon path {

@@ -348,0 +361,0 @@ fill: var(--foreground);

8

package.json
{
"name": "@sentry-internal/feedback",
"version": "7.112.2",
"version": "7.113.0",
"description": "Sentry SDK integration for user feedback",

@@ -32,7 +32,7 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/core": "7.112.2",
"@sentry/types": "7.112.2",
"@sentry/utils": "7.112.2"
"@sentry/core": "7.113.0",
"@sentry/types": "7.113.0",
"@sentry/utils": "7.113.0"
},
"sideEffects": false
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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