Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@oslojs/encoding
Advanced tools
Documentation: https://encoding.oslojs.dev
A JavaScript library for encoding and decoding data with hexadecimal, base32, base64, and base64url encoding schemes based on RFC 4648. Implementations may be stricter than most to follow the RFC as close as possible.
import { encodeBase64, decodeBase64 } from "@oslojs/encoding";
const data: Uint8Array = new TextEncoder().encode("hello world");
const encoded = encodeBase64(data);
const decoded = decodeBase64(encoded);
npm i @oslojs/encoding
1.1.0
encodeBase32UpperCase()
, encodeBase32UpperCaseNoPadding()
, encodeBase32LowerCase()
, and encodeBase32LowerCaseNoPadding()
.FAQs
Runtime-agnostic library for encoding and decoding data
The npm package @oslojs/encoding receives a total of 276,712 weekly downloads. As such, @oslojs/encoding popularity was classified as popular.
We found that @oslojs/encoding demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.