Comparing version 0.0.5 to 0.0.6
@@ -48,6 +48,6 @@ | ||
if(arg.copy != undefined){ | ||
if(Buffer.isBuffer(arg)){ | ||
arg.copy(this.buffer,this.tail) | ||
}else{ | ||
this.buffer.write(arg,this.tail) | ||
this.buffer.write(arg,this.tail) | ||
} | ||
@@ -54,0 +54,0 @@ this.tail+=len |
@@ -6,3 +6,3 @@ { | ||
"description": "Buffer optimized", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"main" : "./flexbuffer", | ||
@@ -9,0 +9,0 @@ "homepage": "https://github.com/mercadolibre/flexbuffer-node", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
14296
0