Skip to content

Node Implementations

All modules previously had a native Node.js-only implementation in a node folder. Those variants are no longer shipped.

Status

Node implementations have been removed because:

  • They are slower than the TypeScript implementations.
  • They increase package size.

If you need the old behavior, pin to version 2.0.0.

Migration

  • Replace Node-specific imports with standard module imports from @briklab/lib/*.
  • Remove dependencies on legacy node subpaths.