# @ilihub/binary-to-octal

> Binary to Octal converter TypeScript library

Latest version **1.0.7** (published 2023-11-01) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @ilihub/binary-to-octal
pnpm add @ilihub/binary-to-octal
yarn add @ilihub/binary-to-octal
bun add @ilihub/binary-to-octal
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.7 |
| Published | 2023-11-01 |
| First published | 2023-08-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | ilihub |
| Maintainers | harshraj8843 |
| Keywords | ilihub, code, number system, binary, octal, binary to octal, tools, typescript, functions, utils |

## Links

- npm: https://www.npmjs.com/package/@ilihub/binary-to-octal
- Repository: https://github.com/ilihub/npm
- Homepage: https://code.ilihub.tech
- Issues: https://github.com/ilihub/npm/issues
- Funding: https://opencollective.com/ilihub
- npm.io page: https://npm.io/package/@ilihub/binary-to-octal

## Alternatives

- [flatbuffers](https://npm.io/package/flatbuffers.md) — 6.0M weekly downloads
- [jwt-simple](https://npm.io/package/jwt-simple.md) — 259.5K weekly downloads
- [@exodus/patch-broken-hermes-typed-arrays](https://npm.io/package/@exodus/patch-broken-hermes-typed-arrays.md) — 28.5K weekly downloads
- [@native-to-anchor/buffer-layout](https://npm.io/package/@native-to-anchor/buffer-layout.md) — 12.2K weekly downloads
- [binary-parser-encoder](https://npm.io/package/binary-parser-encoder.md) — 5.3K weekly downloads

## Recent versions

- 1.0.7 (latest) — 2023-11-01
- 1.0.6 — 2023-10-03
- 1.0.5 — 2023-09-29
- 1.0.4 — 2023-09-19
- 1.0.3 — 2023-09-17
- 1.0.2 — 2023-09-12
- 1.0.1 — 2023-09-12
- 1.0.0 — 2023-08-27

## README

# @ilihub/binary-to-octal

Binary to octal converter TypeScript library.

![NPM Version](https://img.shields.io/npm/v/%40ilihub%2Fbinary-to-octal?color=33cd56&logo=npm)
![NPM](https://img.shields.io/npm/l/%40ilihub%2Fbinary-to-octal)
[![CodeFactor](https://www.codefactor.io/repository/github/ilihub/npm/badge)](https://www.codefactor.io/repository/github/ilihub/npm)
[![Socket Badge](https://socket.dev/api/badge/npm/package/@ilihub/binary-to-octal)](https://socket.dev/npm/package/@ilihub/binary-to-octal)

## Installation

```bash
# if you're using pnpm
pnpm add @ilihub/binary-to-octal

# or, if you're using npm
npm install @ilihub/binary-to-octal

# or, if you're using yarn
yarn add @ilihub/binary-to-octal
```

## Usage

```javascript
import { BinaryToOctal } from "@ilihub/binary-to-octal";

const binary = "10000000";

const octal = BinaryToOctal(binary);
console.log(octal);

// Output
// 200
```

---

## 🛠️ Online Tool ⚡

You can use this npm package as an online tool by clicking on the link provided [👉🏻 here 👈🏻](https://ilihub.tech/tools/binary-to-octal)

---

<!-- sponsors_and_backers_section_start -->

<!-- Please do not edit/update this section manually, it is automatically generated by the `sponsors.yml` workflow -->

## Sponsors & Backers

Support the development of new open-source projects from ilihub through crowdfunding.

The core of ilihub is our crowd-funded open-source projects, licensed under the permissive MIT license. Sponsorship increases the rate of bug fixes, documentation improvements, and feature development.

![Sponsors](https://raw.githubusercontent.com/ilihub/sponsors/sponsors/sponsors.svg)

<!-- sponsors_and_backers_section_end -->

---

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