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

widget-crm-form

Package Overview
Dependencies
Maintainers
1
Versions
356
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

widget-crm-form - npm Package Compare versions

Comparing version 6.2.83 to 6.2.84

dist/1716652134973/112.js

2

dist/timestamp.js

@@ -1,1 +0,1 @@

module.exports = 1715868881243;
module.exports = 1716652134973;
{
"name": "widget-crm-form",
"version": "6.2.83",
"version": "6.2.84",
"description": "widget omni channel platform & reviews",

@@ -5,0 +5,0 @@ "scripts": {

@@ -91,3 +91,3 @@ # CRM forms

* @example window.WidgetApp.crmFormsPopup(561);
* @example window.WidgetApp.crmFormsPopup(561, { 'nswerList[44]': { disabled: true, value: 'sdfsdfsdf' } });
* @example window.WidgetApp.crmFormsPopup(561, { 'answerList[44]': { disabled: true, value: 'sdfsdfsdf' } });
*/

@@ -108,3 +108,3 @@ window.WidgetApp.crmFormsPopup(id: number, saved?: any)

* @example window.WidgetApp.crmFormsStatic(document.querySelector('.block'), 561);
* @example window.WidgetApp.crmFormsStatic(561, { 'nswerList[44]': { disabled: true, value: 'sdfsdfsdf' } });
* @example window.WidgetApp.crmFormsStatic(561, { 'answerList[44]': { disabled: true, value: 'sdfsdfsdf' } });
*/

@@ -114,2 +114,12 @@ window.WidgetApp.crmFormsStatic(el: HTMLElement, id: number, saved?: any);

/**
* @description Компонент карт
* @param {HTMLElement} el HTMLElement
* @param {any} params параметри запиту
* @param {boolean} filters відображення фільтрів
* @param {boolean} parcerLockerSelect відображення фільтрів
* @example window.WidgetApp.addresses(document.querySelector('.block'), { lang: 'ua', info: 'contacts', true, false});
*/
window.WidgetApp.addresses(el: HTMLElement, params, filters: boolean, parcerLockerSelect?: boolean);
/**
* @description додавання шрифта Roboto

@@ -127,3 +137,3 @@ * @example window.WidgetApp.addFonts();

<button data-form-id='562'>Задати питання</button>
<button data-form-id='562' data-form-saved='{ "nswerList[44]": { "disabled": true, "value": "sdfsdfsdf" }}'>Задати питання</button>
<button data-form-id='562' data-form-saved='{ "answerList[44]": { "disabled": true, "value": "sdfsdfsdf" }}'>Задати питання</button>
```

@@ -140,3 +150,3 @@ #### Селект форм в попапі

<div data-form-id='560' data-type='static'></div>
<div data-form-id='560' data-type='static' data-form-saved='{ "nswerList[44]": { "disabled": true, "value": "sdfsdfsdf" }}'></div>
<div data-form-id='560' data-type='static' data-form-saved='{ "answerList[44]": { "disabled": true, "value": "sdfsdfsdf" }}'></div>
```

@@ -155,2 +165,2 @@ #### Відгуки - картка товару

© 2023
© 2024

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