Socket
Socket
Sign inDemoInstall

flexbuffer

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flexbuffer - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

flexbuffer.js

@@ -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",

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