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.51 to 2.0.52

2

dist/feedback-creator.d.ts

@@ -25,3 +25,3 @@ import { FeedbackResource } from "./resources/feedback.resource";

addButtonEventListener: Promise<unknown>;
constructor(fb: FeedbackResource, parentElement: HTMLElement);
constructor(fb: FeedbackResource, parentElement: HTMLElement, position: string);
setFbData(data: FeedbackResource): void;

@@ -28,0 +28,0 @@ renderButton(): void;

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

export class FeedbackCreator {
constructor(fb, parentElement) {
constructor(fb, parentElement, position) {
this.language_map = new Map();

@@ -30,3 +30,3 @@ this.style_map = new Map();

this.fb = fb;
this.elementsPosition = "position: " + this.position + "!important;";
this.elementsPosition = "position: " + position + "!important;";
this.root.id = "fb-root" + this.fb.id.toString();

@@ -33,0 +33,0 @@ if (typeof parentElement === "undefined" || parentElement === null) {

{
"name": "fs-feedback-creator",
"version": "2.0.51",
"version": "2.0.52",
"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