npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@denis_bruns/core

v0.1.3-0

Published

Foundational interfaces, types, aliases and errors

Readme

@denis_bruns/core

A TypeScript library providing core interfaces and types for building modular, testable web applications.

TypeScript npm version License: MIT GitHub


Overview

@denis_bruns/core contains interfaces and types that serve as foundational building blocks for multiple libraries in your ecosystem. Previously part of a larger monorepo, it’s now separated into smaller, more focused packages. This core library helps keep your codebase:

  • Modular – By defining reusable contracts and abstractions.
  • Testable – Through clearly separated concerns and consistent interfaces.
  • Extensible – Encouraging a clean architecture approach with shared definitions.

Installation

Using npm:

npm install @denis_bruns/core

Or yarn:

yarn add @denis_bruns/core

Key Features

  1. Shared Contracts – Common interfaces for HTTP clients, data filters, pagination, and more.
  2. Clean Architecture Support – Define entity gateways, repositories, and domain models with reusable types.
  3. Type-Safe – Written in TypeScript to provide robust type checking and IDE autocompletion.

Related Packages

1. @denis_bruns/reflection

NPM
GitHub

Type-safe data transformation and reflection utilities. Easily map complex data structures through JSON paths or custom schemas.


2. @denis_bruns/nestjs-route-handler

NPM
GitHub

Streamlined route-handler generation for NestJS, reducing boilerplate and promoting organized, maintainable server code.


3. @denis_bruns/aws-lambda-handler

NPM
GitHub

A composable Lambda handler builder with type-safe input/output, integrated error handling, and robust middleware support.


4. @denis_bruns/http-axios

NPM
GitHub

An RxJS-powered Axios client with clean architecture in mind—provides middleware, interceptors, and type-safe request options.


5. @denis_bruns/http-axios

NPM
GitHub

Angular-friendly HTTP client abstraction integrating RxJS and a clean middleware approach for easier, testable HTTP calls.


6. @denis_bruns/http-middleware

NPM
GitHub

Middleware framework for building layered, configurable HTTP clients—supports AWS Secrets Manager, environment-based headers, caching, and more.


7. @denis_bruns/nosql-mongodb

NPM
GitHub

A ready-to-use NoSQL data service for MongoDB, offering common CRUD operations, query abstractions, and integration with your domain logic.


8. @denis_bruns/nosql-dynamodb

NPM
GitHub

A DynamoDB-focused service layer built for clean architecture scenarios—handles expression building, advanced filtering, and RxJS integration.


9. @denis_bruns/database-core

NPM
GitHub

A foundational database service for bridging domain models and data stores—abstracts CRUD operations, validations, and logging.


Contributing

Contributions, feature requests, and bug reports are welcome! Please open an issue or submit a pull request on GitHub.


License

This project is licensed under the MIT License.