
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.
Fudge is a library of Clojure-inspired functions for JavaScript. it is based on Squint with some modifications to make it suitable for direct use in JavaScript.
This project is experimental and there will likely be breaking changes. Do not use in production.
npm i fudgejs
Import functions from core.js and string.js as needed
import { not } from "fudgejs/core.js";
import { trim } from "fudgejs/string.js";
not(true);
// false
trim(" hello ");
// 'hello'
All functions are listed at https://philbaker.dev/fudge/index.html
Experiment with Fudge functions in the REPL by running node repl.js
.
Copyright © 2023 Phil Baker
Fudge is licensed under EPL v1.0. See LICENSE for more details.
FAQs
Clojure-inspired functions for JavaScript
The npm package fudgejs receives a total of 0 weekly downloads. As such, fudgejs popularity was classified as not popular.
We found that fudgejs 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.