FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Original HTTPS Page]

pkg-nec · GitHub

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

Package Replaces npm
pkg-nec/http-server http-party/http-server (unmaintained since 2022)
pkg-nec/babel-plugin-istanbul istanbuljs/babel-plugin-istanbul

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-server http-server Public

    Forked from http-party/http-server

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

    JavaScript 3

Repositories

Loading
Type
Select type
All Public Sources Forks Archived Mirrors Templates
Language
Select language
All JavaScript TypeScript
Sort
Select order
Last updated Name Stars
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…


Back | FazBrowse Home | New Git URL