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.
This algorithm works like Base64 but uses numbers only as the output encoded string.
Not sure why you would want it, tho.
Please note that due to the limited character set, the output strings are going too long.
const base10 = require('base10')
const original = "Hello, world!";
console.log('Original string: ' + original)
const encoded = base10.encode(original);
console.log('Encoded string: ' + encoded);
const decoded = base10.decode(encoded);
console.log('Decoded string: ' + decoded);
FAQs
Base10 encoder and decoder
The npm package base10 receives a total of 2 weekly downloads. As such, base10 popularity was classified as not popular.
We found that base10 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.