protocol-buffers
Advanced tools
Comparing version 2.4.5 to 2.4.6
{ | ||
"name": "protocol-buffers", | ||
"version": "2.4.5", | ||
"version": "2.4.6", | ||
"description": "Protocol Buffers for Node.js", | ||
@@ -10,11 +10,11 @@ "repository": { | ||
"dependencies": { | ||
"generate-function": "^1.0.2", | ||
"generate-function": "^2.0.0", | ||
"generate-object-property": "^1.1.0", | ||
"protobuf-schema": "^1.4.1", | ||
"protobuf-schema": "^1.4.2", | ||
"resolve-protobuf-schema": "^1.0.2", | ||
"signed-varint": "^2.0.0", | ||
"varint": "^3.0.0" | ||
"varint": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"tape": "^2.13.4" | ||
"tape": "^3.0.3" | ||
}, | ||
@@ -21,0 +21,0 @@ "scripts": { |
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
33531
+ Addedgenerate-function@2.3.1(transitive)
+ Addedvarint@4.0.1(transitive)
- Removedgenerate-function@1.1.0(transitive)
- Removedvarint@3.0.1(transitive)
Updatedgenerate-function@^2.0.0
Updatedprotobuf-schema@^1.4.2
Updatedvarint@^4.0.0