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.
@plaidev/karte-action-utils
Advanced tools
KARTE の Action で使えるユーティリを提供するライブラリです。
ユーティリティは以下の構成となっています。
KARTE の Action でモーダルを出すために使えるユーティリティ群です。
KARTE の接客のモーダルのルート要素を生成します。
const root = ensureModalRoot(false) as HTMLElement;
KARTE の接客のモーダルウィンドウを生成します。
const win = createModalWindow({
w: "320px",
minw: "90vw",
h: "auto",
maxh: "500px",
position: "center",
zIndex: 1200,
});
KARTE の接客の要素の画面内での表示位置の css style を生成します。
const el = document.createElement("div");
const s = el.style;
const pos = getPositionStyle(position);
Object.assign(s, pos);
JSX element を生成します。
const e = <a style="text-decoration: none" href="https://karte.io/">
<img src="https://plaid.co.jp/v2/img/logo_karte.svg" />
<p>テストです</p>
</a>
HTML の特定の要素が画面上に表示されたかを判定します。
const el = document.querySelector(".endcontent");
const d = detectElementOnViewport(el, {
onAppear: () => {
send("read-done", {});
},
intersection: {
root: null,
threshold: 1,
rootMargin: "0px",
}
});
FAQs
karte action utils
The npm package @plaidev/karte-action-utils receives a total of 1 weekly downloads. As such, @plaidev/karte-action-utils popularity was classified as not popular.
We found that @plaidev/karte-action-utils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.