
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
A lightweight and powerful Fetch API wrapper with interceptors, cancel tokens, and timeout support.
A lightweight and powerful Fetch API wrapper with interceptors, cancel tokens, and timeout support.
CancelToken.fetch.https://github.com/sponsors/gloomystore
npm install fexjs
import fex from "fexjs";
fex.get("https://jsonplaceholder.typicode.com/posts/1")
.then((res) => console.log(res.data))
.catch((err) => console.error(err));
fex.post("https://jsonplaceholder.typicode.com/posts", {
title: "New Post",
body: "This is the content.",
userId: 1
}).then((res) => console.log(res.data));
const fexInstance = fex.create({
baseURL: "https://api.example.com",
timeout: 5000
});
fexInstance.interceptors.request.use((config) => {
config.headers["Authorization"] = "Bearer mytoken";
return config;
});
fex.create(config)Creates a new instance of fex with custom defaults.
fex.get(url, config)Sends a GET request.
fex.post(url, data, config)Sends a POST request with a JSON body.
fex.options(url, config)Sends an OPTIONS request.
git clone https://github.com/gloomystore/fexjs.git
cd fexjs
npm install
npm run build
MIT © gloomystore
FAQs
A lightweight and powerful Fetch API wrapper with interceptors, cancel tokens, and timeout support.
The npm package fexjs receives a total of 8 weekly downloads. As such, fexjs popularity was classified as not popular.
We found that fexjs demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.