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.18 to 0.0.19

1

index.js

@@ -206,2 +206,3 @@ var fs = require('fs'),

bytes.push((schema[key].field << 3) + schema[key].type);
if (typeof params[key] === 'number') params[key] = params[key].toString();
var buf = wtf.encode(params[key]);

@@ -208,0 +209,0 @@ butils.writeVarint(bytes, buf.length, bytes.length);

2

package.json
{
"name": "protobuf.js",
"version": "0.0.18",
"version": "0.0.19",
"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