New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fs-feedback-creator

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-feedback-creator - npm Package Compare versions

Comparing version 2.0.45 to 2.0.46

26

dist/feedback-creator.js

@@ -82,3 +82,3 @@ import { angryIcon } from "./assets/icons";

this.root.style.cssText =
"width: 100%; display: flex; transform: translate(0, -50%); z-index: 4598465323; height: 28%;" +
"width: 100%; display: flex; transform: translate(0, -50%); z-index: 4598465323; height: 16%;" +
this.style_map.get(this.fb.wgPosition) +

@@ -148,3 +148,3 @@ this.elementsPosition;

this.root.style.cssText =
"width: 100%; display: flex; z-index: 4598465323; height: 28%;" +
"width: 100%; display: flex; z-index: 4598465323; height: 16%;" +
this.modalViews.get(this.fb.wgPosition) +

@@ -301,3 +301,3 @@ this.elementsPosition;

this.root.style.cssText =
"width: 100%; display: flex; z-index: 4598465323; height: 28%;" +
"width: 100%; display: flex; z-index: 4598465323; height: 16%;" +
this.modalViews.get(this.fb.wgPosition) +

@@ -425,3 +425,3 @@ this.elementsPosition;

this.root.style.cssText =
"width: 100%; display: flex; z-index: 4598465323; height: 28%;" +
"width: 100%; display: flex; z-index: 4598465323; height: 16%;" +
this.modalViews.get(this.fb.wgPosition) +

@@ -491,3 +491,3 @@ this.elementsPosition;

this.root.style.cssText =
"width: 100%; display: flex; z-index: 4598465323; height: 28%;" +
"width: 100%; display: flex; z-index: 4598465323; height: 16%;" +
this.modalViews.get(this.fb.wgPosition) +

@@ -789,10 +789,10 @@ this.elementsPosition;

this.language_map.set("fr", "Rétroaction");
this.style_map.set("0", "flex-direction: row-reverse; top:43%; border-top-left-radius: 3px; border-bottom-left-radius: 3px; right: 0;");
this.style_map.set("1", "flex-direction: row; top:43%; border-top-right-radius: 3px; border-bottom-right-radius: 3px; left: 0;");
this.style_map.set("2", "flex-direction: row-reverse; top:84%; border-top-left-radius: 3px; border-bottom-left-radius: 3px; right: 0;");
this.style_map.set("3", "flex-direction: row; top:84%; border-top-right-radius: 3px; border-bottom-right-radius: 3px; left: 0;");
this.modalViews.set("0", "right: 20px; flex-direction: row-reverse; top:43%; transform: translate(0, -365px);");
this.modalViews.set("1", "left: 20px; flex-direction: row; top:43%; transform: translate(0, -365px);");
this.modalViews.set("2", "right: 20px; flex-direction: row-reverse; top:84%; transform: translate(0, -500px);");
this.modalViews.set("3", "left: 20px; flex-direction: row; top:84%; transform: translate(0, -500px);");
this.style_map.set("0", "flex-direction: row-reverse; top:50%; border-top-left-radius: 3px; border-bottom-left-radius: 3px; right: 0;");
this.style_map.set("1", "flex-direction: row; top:50%; border-top-right-radius: 3px; border-bottom-right-radius: 3px; left: 0;");
this.style_map.set("2", "flex-direction: row-reverse; top:92%; border-top-left-radius: 3px; border-bottom-left-radius: 3px; right: 0;");
this.style_map.set("3", "flex-direction: row; top:92%; border-top-right-radius: 3px; border-bottom-right-radius: 3px; left: 0;");
this.modalViews.set("0", "right: 20px; flex-direction: row-reverse; top:18%; transform: translate(0, -365px);");
this.modalViews.set("1", "left: 20px; flex-direction: row; top:18%; transform: translate(0, -365px);");
this.modalViews.set("2", "right: 20px; flex-direction: row-reverse; top:92%; transform: translate(0, -500px);");
this.modalViews.set("3", "left: 20px; flex-direction: row; top:92%; transform: translate(0, -500px);");
this.trianglePosition.set("0", "float: right; margin: -33px;");

@@ -799,0 +799,0 @@ this.trianglePosition.set("1", "float: left; margin: -33px; transform: rotate(-90deg);");

{
"name": "fs-feedback-creator",
"version": "2.0.45",
"version": "2.0.46",
"description": "web-based module that's responsible to inject fullsession feedback modal",

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