Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pomelo-protobuf

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pomelo-protobuf - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

2

lib/encoder.js

@@ -120,3 +120,3 @@ var codec = require('./codec');

case 'float':
buffer.wirteFloatLE(value, offset);
buffer.writeFloatLE(value, offset);
offset += 4;

@@ -123,0 +123,0 @@ break;

{
"name": "pomelo-protobuf",
"version": "0.3.2",
"version": "0.3.3",
"main": "./lib/protobuf",

@@ -5,0 +5,0 @@ "dependencies": {},

@@ -9,3 +9,3 @@ {

"repeated Path path" : 2,
"required uInt32 speed" : 3
"required float speed" : 3
},

@@ -12,0 +12,0 @@ "onAttack" : {

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