Skip to content
@pkg-nec

pkg-nec

pkg-nec

Security-focused maintainers of abandoned npm packages.

We fork unmaintained Node.js packages, ship security patches, and keep the ecosystem safe — without introducing new features or breaking changes.


What we do

🔒Patch CVEs and security vulnerabilities in unmaintained packages
♻️Drop-in replacements — same API, same CLI, stricter Node.js engine targets
📦Published under @pkg-nec/* on npm with full provenance attestation
🚫No new features — stability and security only

Packages

PackageReplacesnpm
pkg-nec/http-serverhttp-party/http-server(unmaintained since 2022)npm
pkg-nec/babel-plugin-istanbulistanbuljs/babel-plugin-istanbulnpm

Drop-in replacement

Switching is a one-line change. No code changes required.

# Remove the unmaintained package
npm uninstall http-server
# Install the maintained fork
npm install @pkg-nec/http-server
# Or run on-demand with no install
npx @pkg-nec/http-server [path] [options]

The binary name (http-server) stays the same.

Babel Istanbul plugin

Switching is a one-line dependency and configuration change.

# Remove the unmaintained package
npm uninstall babel-plugin-istanbul
# Install the maintained fork as a development dependency
npm install --save-dev @pkg-nec/babel-plugin-istanbul

Update the Babel plugin reference in the test environment:

{
"env": {
"test": {
"plugins": ["@pkg-nec/babel-plugin-istanbul"]
}
}
}

Existing plugin options and nyc configuration stay the same.


Our policy

  • We only merge security patches and critical bug fixes from upstream
  • We track the Node.js Active LTS and Current release lines
  • Every release is published with npm provenance for supply-chain transparency
  • See each repo's FORK_POLICY.md for full details

Support

Find this work useful? Buy me a coffee ☕

Pinned Loading

  1. http-serverhttp-serverPublic

    Forked from http-party/http-server

    A simple, zero-configuration, command-line http server

    JavaScript 3

Repositories

Showing 10 of 14 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…