pomelo-protobuf
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -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" : { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
77254