
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
widget-crm-form-epicentrk
Advanced tools
<head>
<!-- *** -->
<script>
/**
* @param {string} u шлях до віджета
* @param {boolean} f при відсутності шрифт Roboto - true
* @param {object} d document
* @param {object} w window
* @param {number|string} t Time Stamp
*/
(function(u, f, d, w, t) {
if (!w.EpicentrK) {
var s = d.createElement('script'), l = d.createElement('link'); s.async = true; s.src = `${u}crm-form.js?${t}`; l.rel = 'stylesheet'; l.href = `${u}crm-form.css?${t}`; d.head.appendChild(l); d.head.appendChild(s); w.onload = function() { f && w.EpicentrK.addFonts(d); };
}
})('https://epicentrk.ua/upload/_crm-form/', true, document, window, (Date.now() / 180000 | 0));
</script>
<!-- *** -->
</head>
/**
* @description Виклик форми в попапі
* @param {number} id ідентифікатор форми
* @example window.EpicentrK.crmFormsPopup(id);
*/
window.EpicentrK.crmFormsPopup(561);
/**
* @description Виклик форми в розмітці
* @param {HTMLElement} el HTMLElement
* @param {number} id ідентифікатор форми
* @example window.EpicentrK.crmFormsStatic(el, id);
*/
window.EpicentrK.crmFormsStatic(document.querySelector('.block'), 561);
<!-- data-form-id - ідентифікатор форми -->
<!-- data-type - тип відображення (popup/static) -->
<button data-form-id='561' data-type='popup'>Зворотний зв'язок</button>
<!-- data-form-id - ідентифікатор форми -->
<!-- data-type - тип відображення (popup/static) -->
<div data-form-id='561' data-type='static'></div>
FAQs
epicentrk
We found that widget-crm-form-epicentrk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.