Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
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
The npm package widget-crm-form-epicentrk receives a total of 0 weekly downloads. As such, widget-crm-form-epicentrk popularity was classified as not popular.
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.