blob: a4991abbe89a87eed836fc0250b11bb415fbce17 [file] [log] [blame]
Name: Protocol Buffers (javascript)
Short Name: protobuf-javascript
URL: https://github.com/protocolbuffers/protobuf-javascript
License: BSD-3-Clause
License File: LICENSE
Version: 3.21.4 (plus fixes)
Revision: e6d763860001ba1a76a63adcff5efb12b1c96024
Update Mechanism: Manual
Security Critical: yes
Shipped: yes
When rolling a new version of protobuf-javascript, update the js_proto library
in the BUILD.gn file in //third_party/protobuf with newly added/removed files
from this project.
As far as I know, you can do this by looking at the `git diff --stat
<cur_rev>..<new_rev>` and noting files that have been added or removed.