# @neon-rs/load

> Utilities for loading Neon modules.

Latest version **0.2.6** (published 2026-03-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install @neon-rs/load
pnpm add @neon-rs/load
yarn add @neon-rs/load
bun add @neon-rs/load
```

## Health

**Score 60/100 (C)** — status: stable.

Positive: has types; no vulnerabilities; has provenance; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.2.6 |
| Published | 2026-03-10 |
| First published | 2023-04-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 10.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 9 |
| Author | Dave Herman |
| Maintainers | dherman |
| Keywords | Neon, Rust, Node |

## Links

- npm: https://www.npmjs.com/package/@neon-rs/load
- Repository: https://github.com/neon-bindings/neon-rs
- Homepage: https://github.com/neon-bindings/neon-rs#readme
- Issues: https://github.com/neon-bindings/neon-rs/issues
- npm.io page: https://npm.io/package/@neon-rs/load

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 0.2.6 (latest) — 2026-03-10
- 0.2.5 — 2026-03-10
- 0.2.4 — 2026-03-10
- 0.1.82 — 2024-11-15
- 0.1.81 — 2024-08-25
- 0.1.80 — 2024-08-25
- 0.1.79 — 2024-08-25
- 0.1.78 — 2024-08-25
- 0.1.77 — 2024-08-24
- 0.1.76 — 2024-08-24
- 0.1.75 — 2024-08-24
- 0.1.74 — 2024-08-24
- 0.1.73 — 2024-05-19
- 0.1.72 — 2024-05-18
- 0.1.71 — 2024-05-17
- … 185 more at https://npm.io/package/@neon-rs/load/versions

## README

# `@neon-rs`

Experimental packaging and distribution tooling for [Neon](https://neon-bindings.com):

- `@neon-rs/cli`: package and distribution CLI
- `@neon-rs/manifest`: helper library

# Build Workflow of a Neon Project

```
( Start ) ---- npm run build ----> ( .node ) ---- npm run pack-target ----> ( .tgz ) ---- npm publish ----> [ npm ]
 \ \ \ \ \
  \ \ \ \ +--- npm run cross ----> ( .node ) ---- npm run pack-target ----> ( .tgz ) ---- npm publish ----> [ npm ]
   \ \ \ \
    \ \ \ +--- npm run cross ----> ( .node ) ---- npm run pack-target ----> ( .tgz ) ---- npm publish ----> [ npm ]
     \ \ \
      \ \ +--- npm run cross ----> ( .node ) ---- npm run pack-target ----> ( .tgz ) ---- npm publish ----> [ npm ]
       \ \
        \ +--- npm run cross ----> ( .node ) ---- npm run pack-target ----> ( .tgz ) ---- npm publish ----> [ npm ]
         \
          +--- npm run cross ----> ( .node ) ---- npm run pack-target ----> ( .tgz ) ---- npm publish ----> [ npm ]
```

---
_Source: https://npm.io/package/@neon-rs/load · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
