
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
@earthbucks/ebx-lib
Advanced tools
Website: earthbucks.com
Source code: github.com/earthbucks/earthbucks
This library contains data structures and algorithms for EarthBucks. This library is co-implemented in both Rust and TypeScript.
This TypeScript packages includes both the built JavaScript code and the original TypeScript source code as well.
If you are using JavaScript, you will have to use the JavaScript version.
If you are using TypeScript, you can still use the JavaScript version, because the .d.ts files are included. However, you can also use the TypeScript source code directly.
The library is built from TyepScript to JavaScript and JavaScript is the default because that is standard on NPM. However, we expose the TypeScript source code as well, so you can use that if you find it preferable.
import { PrivKey } from "@earthbucks/lib";
Notice that the JavaScript version is the default.
import { PrivKey } from "@earthbucks/lib/src/index.js";
Even though this is TypeScript, you must use the .js extension in order to make sure that the imports continue to work when built to JavaScript.
Please find all modules in the index.ts (or index.js) file.
Full documentation forth-coming.
FAQs
EarthBucks library for data structures and algorithms.
The npm package @earthbucks/ebx-lib receives a total of 0 weekly downloads. As such, @earthbucks/ebx-lib popularity was classified as not popular.
We found that @earthbucks/ebx-lib demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.