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 1.0.31 to 1.0.33

21

dist/feedback-creator.js

@@ -274,5 +274,2 @@ export class FeedbackCreator {

const css = `
#fb-root{
position: absolute;
}
#feedbackButton{

@@ -320,3 +317,3 @@ height: 110px;

height: 178px; width: 320px; background-color:white; box-shadow: rgb(0 0 0 / 35%) 0 6px 100px 0; text-align: -webkit-center;
${this.modalViews.get(this.fb.wgPosition)};
${this.modalViews.get(this.fb.wgPosition)[0]};
animation: reactionModal .2s ease-in

@@ -326,3 +323,3 @@ }

0%{
transform: translate(500px);
transform: translate(${this.modalViews.get(this.fb.wgPosition)[1]};px);
}

@@ -376,3 +373,3 @@ }

width: 323px; height: 380px; background-color:white; box-shadow: rgb(149 149 149) 0px 0px 13px; text-align: center;
${this.modalViews.get(this.fb.wgPosition)};
${this.modalViews.get(this.fb.wgPosition)[0]};
}

@@ -407,3 +404,3 @@ #commentTextArea{

width: 323px; height: 230px; background-color: white; box-shadow: rgb(149 149 149) 0px 0px 13px; text-align: center;
${this.modalViews.get(this.fb.wgPosition)};
${this.modalViews.get(this.fb.wgPosition)[0]};
}

@@ -439,3 +436,3 @@ #emailModalText{

width: 323px; height: 105px; background-color: white; box-shadow: rgb(149 149 149) 0px 0px 13px; text-align: center;
${this.modalViews.get(this.fb.wgPosition)};
${this.modalViews.get(this.fb.wgPosition)[0]};
}

@@ -472,7 +469,7 @@ #thanksMessage{

this.style_map.set(3, "left: 0px; top:43%; border-top-right-radius: 3px; border-bottom-right-radius: 3px;");
this.modalViews.set(0, "right: 32px; top: 37%; position: fixed;");
this.modalViews.set(1, "left: 32px; top: 37%; position: fixed;");
this.modalViews.set(2, "right: 32px; top: 60%; position: fixed;");
this.modalViews.set(3, "left: 32px; top: 60%; position: fixed;");
this.modalViews.set(0, ["right: 32px; top: 37%; position: fixed;", 500]);
this.modalViews.set(1, ["left: 32px; top: 37%; position: fixed;", -500]);
this.modalViews.set(2, ["right: 32px; top: 60%; position: fixed;", 500]);
this.modalViews.set(3, ["left: 32px; top: 60%; position: fixed;", -500]);
}
}
{
"name": "fs-feedback-creator",
"version": "1.0.31",
"version": "1.0.33",
"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