Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@jsprismarine/jsbinaryutils

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsprismarine/jsbinaryutils - npm Package Compare versions

Comparing version
3.2.0
to
3.2.1
+2
-1
dist/BinaryStream.js

@@ -575,4 +575,5 @@ "use strict";

throw new Error('Buffer is write only!');
const buf = this.buffer.slice(this.readIndex);
this.readIndex = this.buffer.byteLength;
return this.buffer.slice(this.readIndex);
return buf;
}

@@ -579,0 +580,0 @@ /**

{
"name": "@jsprismarine/jsbinaryutils",
"version": "3.2.0",
"version": "3.2.1",
"description": "Basic binary data managing tool written in TypeScript.",

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