Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

widget-crm-form

Package Overview
Dependencies
Maintainers
0
Versions
349
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.114 to 6.2.117

dist/1722842209751/1492.css

2

dist/timestamp.js

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

module.exports = 1722327777387;
module.exports = 1722842209751;
{
"name": "widget-crm-form",
"version": "6.2.114",
"version": "6.2.117",
"description": "widget omni channel platform & reviews",

@@ -89,2 +89,3 @@ "scripts": {

"stylelint-webpack-plugin": "^5.0.0",
"svg-spritemap-webpack-plugin": "^4.5.1",
"terser-webpack-plugin": "^5.3.10",

@@ -91,0 +92,0 @@ "ts-loader": "^9.5.1",

@@ -147,2 +147,19 @@ # CRM forms

```
#### Online chat
``` js
/**
* @description init
* @param {string} type init/destroy
* @param {number} id id чату (із запиту /api/v1/chats/assets)
* @example window?.WidgetApp?.chat('init', 4);
*/
window?.WidgetApp?.chat(type, id);
/**
* @description destroy
* @param {string} type init/destroy
* @example window?.WidgetApp?.chat('destroy');
*/
window?.WidgetApp?.chat(type);
```
#### Форма керування воблерами

@@ -149,0 +166,0 @@ ``` html

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