
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.
@bucketco/foo
Advanced tools
Isomorphic JS/TS tracking agent for [Bucket.co](https://bucket.co)
Isomorphic JS/TS tracking agent for Bucket.co
The library can be included directly as an external script or you can import it. UMD and ES modules are supported.
A. Script tag (client-side usage)
<script src="https://cdn.bucket.co/tracking-sdk.v1.js"></script>
B. Import module (either in node or browser bundling)
import bucket from "@bucketco/tracking-sdk";
// init the script with your Tracking Key
bucket.init("tk123");
// set current user and company
bucket.user("john_doe", { name: "John Doe" });
bucket.company("acme_inc", { name: "Acme Inc" });
// track events
bucket.track("sent_message", { foo: "bar" });
Enabling debugging prints helpful console messages
bucket.init("tk123", { debug: true });
Types are bundled together with the library and exposed automatically when importing through a package manager.
MIT License
Copyright (c) 2022 Bucket ApS
FAQs
Isomorphic JS/TS tracking agent for [Bucket.co](https://bucket.co)
The npm package @bucketco/foo receives a total of 0 weekly downloads. As such, @bucketco/foo popularity was classified as not popular.
We found that @bucketco/foo 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
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.