# @ibyar/platform

> Ibyar Platform, A utility package for Aurora

Latest version **4.0.0** (published 2025-08-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ibyar/platform
pnpm add @ibyar/platform
yarn add @ibyar/platform
bun add @ibyar/platform
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high maintenance score.

Warnings: low downloads.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 4.0.0 |
| Published | 2025-08-10 |
| First published | 2022-05-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 15 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | The Ibyar Authors |
| Maintainers | salem.ebo |
| Keywords | aurora, ibyar, platform, front-end |

## Links

- npm: https://www.npmjs.com/package/@ibyar/platform
- Repository: https://github.com/ibyar/aurora
- Homepage: https://github.com/ibyar/aurora/tree/dev/packages/platform
- Issues: https://github.com/ibyar/aurora/issues
- npm.io page: https://npm.io/package/@ibyar/platform

## Dependencies (1)

- [tslib](https://npm.io/package/tslib.md) ^2.8.1

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 4.0.0 (latest) — 2025-08-10
- 3.1.1 — 2025-01-23
- 3.0.0 — 2025-01-11
- 2.5.0 — 2024-11-02
- 2.4.0 — 2024-09-29
- 2.3.0 — 2024-08-02
- 2.2.1 — 2024-07-26
- 2.2.0 — 2024-07-25
- 2.1.2 — 2024-07-20
- 2.1.1 — 2024-07-20
- 2.1.0 — 2024-07-20
- 2.0.2 — 2024-07-14
- 2.0.1 — 2024-07-13
- 2.0.0 — 2024-07-11
- 1.2.2 — 2024-01-15
- … 14 more at https://npm.io/package/@ibyar/platform/versions

## README

# Ibyar Platform

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![LICENSE][license-img]][license-url]
[![lerna][lerna-img]][lerna-url]
![GitHub contributors][contributors]

[npm-image]: https://img.shields.io/npm/v/@ibyar/platform.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen
[npm-url]: https://npmjs.org/package/@ibyar/platform
[downloads-image]: https://img.shields.io/npm/dt/@ibyar/platform
[downloads-url]: https://npmjs.org/package/@ibyar/platform
[license-img]: https://img.shields.io/github/license/ibyar/aurora
[license-url]: https://github.com/ibyar/aurora/blob/master/LICENSE
[lerna-img]: https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg
[lerna-url]: https://lerna.js.org/
[contributors]: https://img.shields.io/github/contributors/ibyar/aurora

Ibyar Platform, A utility package for Aurora.

 - this package has no dependance, can work on both (Node.js) and any Web Browsers, that support modules and class syntax

## `Install`

``` bash
npm i --save @ibyar/platform
```

``` bash
yarn add @ibyar/platform
```


## Example
```ts
import { diff } from '@ibyar/platform';


```

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