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.49 to 2.0.50

39

dist/feedback-creator.js

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

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

@@ -806,38 +806,1 @@ this.addButtonTrigger = true;

}
window.addEventListener('DOMContentLoaded', (event) => {
let elem = document.getElementById("containerDiv");
let widget = new FeedbackCreator({
id: 0,
wgStatus: true,
wgName: "",
wgDescription: '',
wgCrtDt: new Date(),
wgResponses: 0,
wgUpdTime: new Date(),
SiteId: "31",
UserId: "47",
wgLanguage: 'en',
wgPosition: "2",
wgAccentColor: '#e72d44',
wgAlternateColor: true,
wgQuestion: 'Tell us about web site experience.',
wgUserScreenshot: false,
wgEmailReqMsg: 'Widget email request message',
wgEmailReqActivation: true,
wgAdditionalMsg: 'Widget additional message',
wgAdditionalMsgActivation: true,
wgThanksMsg: 'Thank your for Give a Feedback',
wgThanksMsgActivation: true,
wgDesktop: false,
wgPhone: false,
wgTablet: false,
wgPages: '*',
wgWidgetToUsers: null,
wgPercentage: 50,
wgEmail: "",
wgWidgetToAllPages: true,
wgReactionStyle: 0,
wgResponseViaEmail: false
}, elem, "relative");
widget.renderButton();
});

2

package.json
{
"name": "fs-feedback-creator",
"version": "2.0.49",
"version": "2.0.50",
"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