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.2
to
2.1.3
+1
-0
index.js

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

this.buffer[ this.cursor++ ] = number[ 0 ];
this.length = Math.max( this.length, this.cursor );
}

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

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

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