New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

protobuf.js

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protobuf.js - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

4

index.js

@@ -184,3 +184,5 @@ var fs = require('fs'),

butils.writeVarint(bytes, params[key].length, bytes.length);
butils.writeVarint(bytes, params[key], bytes.length);
Array.prototype.slice.call(params[key], 0).forEach(function (byte) {
bytes.push(byte);
});
} else if (typeof params[key] === 'object') {

@@ -187,0 +189,0 @@ if (Array.isArray(params[key])) {

{
"name": "protobuf.js",
"version": "0.0.14",
"version": "0.0.15",
"description": "a pure javascript protocol buffer encoding implementation, written specifically for riak",

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

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