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

byte-data-stream

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

byte-data-stream - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

dist/Data.d.ts

4

dist/ByteStream.js

@@ -216,3 +216,3 @@ import varint from 'signed-varint';

}
a.forEach(n => this.writeUint8(n));
this.writeBytes(Uint8Array.from(a));
}

@@ -227,5 +227,5 @@ writeVarUint(val, oppositeEndian = false) {

}
a.forEach(n => this.writeUint8(n));
this.writeBytes(Uint8Array.from(a));
}
}
//# sourceMappingURL=ByteStream.js.map
{
"name": "byte-data-stream",
"version": "2.3.2",
"version": "2.3.3",
"description": "Readable & writable byte data stream",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

import varint from 'signed-varint';
import varuint from 'varint';
import { ByteStream } from './ByteStream.js';

@@ -4,0 +5,0 @@ export enum DataType {

Sorry, the diff of this file is not supported yet

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