protobuf.js
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -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); |
{ | ||
"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", |
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
11114
208
0