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 0.0.11-rokka0 to 0.1.0-rokka0

2

package.json
{
"name": "byte-data-stream",
"version": "0.0.11-rokka0",
"version": "0.1.0-rokka0",
"description": "Readable & writable byte data stream",

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

@@ -31,3 +31,3 @@ const var_int = require('signed-varint');

}
return arr;
return Uint8Array.from(arr);
}

@@ -34,0 +34,0 @@

@@ -90,3 +90,4 @@ const var_int = require('signed-varint');

write_bytes(bytes){
for(let i = 0;i < bytes.length;i++){
let b = [...bytes];
for(let i = 0;i < b.length;i++){
this.write_uint8();

@@ -93,0 +94,0 @@ }

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