
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.
@kraftvaerk/lota-js
Advanced tools
Useful modular JavaScript bits with zero dependencies
All code is vanilla JS, library agnostic and consist mostly of helper methods that aren't directly related with the DOM, the purpose of this library is to provide modular solutions for common JS problems in kraftvaerk.
npm i @kraftvaerk/lota-js --save
No. The goal is to provide frontend developers in Kraftvaerk with a number of useful and small JavaScript codes, not just functions, but also modules and classes. Think of it as a mini version of npm suitable for tiny packages.
Unable to find one suitable? Fork it on GitHub, add the module and submit a pull request.
Generates a UUID in a browser. Use crypto API to generate a UUID, compliant with RFC4122 version 4.
const UUID = () =>
([1e7] + -1e3 + -4e3 + -8e3 + -1e11).replace(/[018]/g, c =>
(c ^ (crypto.getRandomValues(new Uint8Array(1))[0] & (15 >> (c / 4)))).toString(16)
);
import UUID from '@kraftvaerk/lota-js/uuid';
UUID(); // -> 0e3b84af-f911-4a55-b78a-cedf6f0bd815
MIT © Kraftvaerk
FAQs
Useful modular JavaScript bits with zero dependencies
The npm package @kraftvaerk/lota-js receives a total of 1 weekly downloads. As such, @kraftvaerk/lota-js popularity was classified as not popular.
We found that @kraftvaerk/lota-js 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.