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.19 to 0.0.20

3

index.js

@@ -157,2 +157,5 @@ var fs = require('fs'),

}
} else if (schema[key].type === 5) {
len = 5;
val = butils.readInt32LE(buffer, pos + 1);
}

@@ -159,0 +162,0 @@ if (schema[key].repeated) {

4

package.json
{
"name": "protobuf.js",
"version": "0.0.19",
"version": "0.0.20",
"description": "a pure javascript protocol buffer encoding implementation, written specifically for riak",
"main": "index.js",
"dependencies": {
"butils": "0.0.5",
"butils": "0.0.6",
"wtf8": "https://github.com/lautis/wtf8/tarball/master"

@@ -9,0 +9,0 @@ },

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