Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@codinasion/ascii-to-octal
Advanced tools
@codinasion/ascii-to-octal
Convert ASCII to octal.
# if you're using pnpm
pnpm add @codinasion/ascii-to-octal
# or, if you're using npm
npm install @codinasion/ascii-to-octal
# or, if you're using yarn
yarn add @codinasion/ascii-to-octal
import { AsciiToOctal } from "@codinasion/ascii-to-octal";
const ascii = "Hello World";
const octal = AsciiToOctal(ascii);
console.log(octal);
// Output
// 110145154154157040127157162154144
Made with 💖 by Codinasion
FAQs
Convert ASCII to Octal
The npm package @codinasion/ascii-to-octal receives a total of 0 weekly downloads. As such, @codinasion/ascii-to-octal popularity was classified as not popular.
We found that @codinasion/ascii-to-octal demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.