Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@alttiri/base85

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alttiri/base85 - npm Package Compare versions

Comparing version 1.7.6 to 1.8.0

2

base85.js

@@ -46,3 +46,3 @@ const ascii85 = charsetToMap(`!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\`abcdefghijklmnopqrstu`);

const target = new Uint8Array(length);
const dw = new DataView(ui8a.buffer);
const dw = new DataView(ui8a.buffer, ui8a.byteOffset, ui8a.byteLength);
const to = Math.trunc(ui8a.length / 4);

@@ -49,0 +49,0 @@ for (let i = 0; i < to; i++) {

{
"name": "@alttiri/base85",
"version": "1.7.6",
"version": "1.8.0",
"description": "Pretty fast base85 JavaScript library",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/alttiri/base85",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc