
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
outqource-ga
Advanced tools
https://cdn.jsdelivr.net/npm/outqource-ga@version/dist/index.js
const script = document.createElement("script");
script.src = "https://cdn.jsdelivr.net/npm/outqource-ga@0.0.8/dist/index.js";
document.body.appendChild(script);
setTimeout(() => {
const ga = new window.GA("UA-149455060-1");
// const ga = new window.Cafe24GA("UA-149455060-1");
ga.init();
}, 500);
<script src="https://cdn.jsdelivr.net/npm/outqource-ga@0.0.8/dist/index.js"></script>
<script>
// all custom
const ga = new window.GA("UA-149455060-1");
ga.init();
</script>
<script>
// default cafe24 mode
const ga = new window.Cafe24GA("UA-149455060-1");
ga.init();
</script>
<script>
// custom cafe24 mode
const ga = new window.Cafe24GA("UA-149455060-1", true);
ga.init();
</script>
html tag add : data-ga="category=product&id={$product_no}"
FAQs
## 기술 스택
The npm package outqource-ga receives a total of 1 weekly downloads. As such, outqource-ga popularity was classified as not popular.
We found that outqource-ga 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.