Gathering detailed insights and metrics for protobufjs-no-cli
Gathering detailed insights and metrics for protobufjs-no-cli
Gathering detailed insights and metrics for protobufjs-no-cli
Gathering detailed insights and metrics for protobufjs-no-cli
npm install protobufjs-no-cli
Typescript
Module System
Min. Node Version
Node Version
NPM Version
protobufjs: v7.5.3
Updated on May 28, 2025
protobufjs: v7.5.2
Updated on May 14, 2025
protobufjs: v7.5.1
Updated on May 08, 2025
protobufjs: v7.5.0
Updated on Apr 15, 2025
protobufjs-cli: v1.2.0
Updated on Apr 15, 2025
protobufjs: v7.4.0
Updated on Aug 22, 2024
JavaScript (99.78%)
TypeScript (0.22%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
10,277 Stars
942 Commits
1,437 Forks
170 Watchers
38 Branches
109 Contributors
Updated on Jul 12, 2025
Latest Version
5.0.1
Package Id
protobufjs-no-cli@5.0.1
Size
376.81 kB
NPM Version
3.10.8
Node Version
4.4.3
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
5
Our project only needs to use the loadProto API from protobufjs, not the CLI. The ascli package uses strange @latest dependencies which trigger some bugs in npm. So this package lets us depend on protobufjs without pulling in the ascli dependency.
A PR to fix ascli is at https://github.com/dcodeIO/ascli/pull/2
The underlying bug seems to be tracked at https://github.com/npm/npm/issues/13642
Protocol Buffers are a language-neutral, platform-neutral, extensible way of serializing structured data for use in communications protocols, data storage, and more, originally designed at Google (see).
protobuf.js is a pure JavaScript implementation on top of bytebuffer.js including a .proto parser, message class building and simple encoding and decoding. There is no compilation step required, it's super easy to use and it works out of the box on .proto files!
1<script src="//cdn.rawgit.com/dcodeIO/protobuf.js/VERSION/dist/protobuf.js"></script>
With VERSION
replaced by a valid tag or just master
for testing
the latest master build.
Daniel Wirtz (maintainer), Frank Xu, Dretch, shirmin, Nikolai Vavilov
License: Apache License, Version 2.0 - Logo derived from W3C HTML5 Logos (CC A 3.0)
No vulnerabilities found.
Reason
25 commit(s) out of 30 and 0 issue activity out of 30 found in the last 90 days -- score normalized to 10
Reason
all last 30 commits are reviewed through GitHub
Reason
no vulnerabilities detected
Reason
update tool detected
Details
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
dependency not pinned by hash detected -- score normalized to 7
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
no badge detected
Reason
non read-only tokens detected in GitHub workflows
Details
Reason
security policy file not detected
Reason
project is not fuzzed
Score
Last Scanned on 2022-08-15
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More