New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

node-smart-buffer

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-smart-buffer - npm Package Compare versions

Comparing version
2.1.1
to
2.1.2
+8
-1
index.js

@@ -247,3 +247,10 @@ const maximum = Math.pow( 2, 17 ) - 1;

} else {
this.write( number.swap64() );
this.buffer[ this.cursor++ ] = number[ 7 ];
this.buffer[ this.cursor++ ] = number[ 6 ];
this.buffer[ this.cursor++ ] = number[ 5 ];
this.buffer[ this.cursor++ ] = number[ 4 ];
this.buffer[ this.cursor++ ] = number[ 3 ];
this.buffer[ this.cursor++ ] = number[ 2 ];
this.buffer[ this.cursor++ ] = number[ 1 ];
this.buffer[ this.cursor++ ] = number[ 0 ];
}

@@ -250,0 +257,0 @@ return this;

+1
-1
{
"name": "node-smart-buffer",
"version": "2.1.1",
"version": "2.1.2",
"description": "ring buffer & packet compile",

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