# @colabo-utils/i-notifications

> Core isomorphic code for Colabo.Space notifications

Latest version **1.0.3** (published 2025-01-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install @colabo-utils/i-notifications
pnpm add @colabo-utils/i-notifications
yarn add @colabo-utils/i-notifications
bun add @colabo-utils/i-notifications
```

## Health

**Score 35/100 (D)** — status: maintenance-mode.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2025-01-21 |
| First published | 2020-09-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 80.3 KB |
| Known vulnerabilities | 0 (+25 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | mprinc |

## Links

- npm: https://www.npmjs.com/package/@colabo-utils/i-notifications
- Repository: https://github.com/Cha-OS/colabo
- Homepage: https://github.com/Cha-OS/colabo#readme
- Issues: https://github.com/Cha-OS/colabo/issues
- npm.io page: https://npm.io/package/@colabo-utils/i-notifications

## Dependencies (2)

- [axios](https://npm.io/package/axios.md) ^0.19.2
- [axios-observable](https://npm.io/package/axios-observable.md) ^1.1.3

## Recent versions

- 1.0.3 (latest) — 2025-01-21
- 1.3.3 (main) — 2026-06-08
- 1.3.2 (2025.02.23-building) — 2025-02-28
- 1.2.1 (2025.02.16-Restoring-TopiChat) — 2025-02-19
- 1.1.0 (2025.01.25-workspace-publishing-global) — 2025-02-12
- 1.0.0 (release-2024.11.10-NUI-Chat) — 2025-01-14
- 1.3.1 — 2025-02-27
- 1.3.0 — 2025-02-27
- 1.2.2 — 2025-02-23
- 1.2.0 — 2025-02-18
- 1.0.2 — 2025-01-21
- 0.1.3 — 2022-11-14
- 0.1.2 — 2022-11-14
- 0.0.2 — 2020-09-17

## README

# Intro

This is a KnAllEdge core-sevices puzzle of the isomorphic part of the KnAllEdge module of the Colabo.Space ecosystem

It covers all isomorphic (it can run both on frontend and backend and services), but opinionated (currently using axios http library) business API client (accessing to the KnAllEdge REST API provided with @colabo-knalledge/b-* puzzles).

# Export

```sh
# It will create globaly accessable npm package `@colabo-utils/i-notifications`
npm link
```

# Import

```sh
# Imports it in the local node_modules space of the hosting app
npm link @colabo-utils/i-notifications
```

As we use Angular-like decorators, we have to set `experimentalDecorators` option in the `tsconfig.json` file.

---
_Source: https://npm.io/package/@colabo-utils/i-notifications · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
