An open index of dependabot pull requests across open source projects.

github.com/golang/snappy

Ecosystem:
go
Package URL:
pkg:golang/github.com/golang/snappy
Total PRs:
78 Dependabot PRs
Latest PR:
2 months ago
Unique Repositories:
52 repositories
Unique Repos (30 days):
0 repositories
Recent PRs
go: bump the go group across 5 directories with 11 updates

Yakhil-cmd/oasis-sdk-007 #13

0.0.5-0.20220116011046-fa5810519dcb → 1.0.0 Major PR
Closed 2 months ago 2 comments
Yakhil-cmd
go: bump the go group across 5 directories with 11 updates

grass-dev-pa/oasis-sdk-003 #11

0.0.5-0.20220116011046-fa5810519dcb → 1.0.0 Major PR
Closed 2 months ago 2 comments
grass-dev-pa
go: bump the go group across 6 directories with 11 updates

mev-smith60poi/oasis-sdk #13

0.0.5-0.20220116011046-fa5810519dcb → 1.0.0 Major PR
Open 9 months ago 2 comments
mev-smith60poi
go: bump the go group across 6 directories with 11 updates

mev-smith60poi/oasis-sdk #6

0.0.5-0.20220116011046-fa5810519dcb → 1.0.0 Major PR
Open 9 months ago 1 comment
mev-smith60poi
Package Details
Name: github.com/golang/snappy
Ecosystem: go
PURL Type: golang
Package URL: pkg:golang/github.com/golang/snappy
JSON API: View JSON
Package Information
Description:

Package snappy implements the Snappy compression format. It aims for very high speeds and reasonable compression. There are actually two Snappy formats: block and stream. They are related, but different: trying to decompress block-compressed data as a Snappy stream will fail, and vice versa. The block format is the Decode and Encode functions and the stream format is the Reader and Writer types. The block format, the more common case, is used when the complete size (the number of bytes) of the original data is known upfront, at the time compression starts. The stream format, also known as the framing format, is for when that isn't always true. The canonical, C++ implementation is at https://github.com/google/snappy and it only implements the block format.

Repository: https://github.com/golang/snappy
Homepage: https://github.com/golang/snappy
Latest Release: v1.0.0
over 2 years ago
Dependent Repos: 97,234
Dependent Packages: 41,684
Ranking: Top 0.0122% by dependent repos Top 0.0046% by dependent pkgs
PR Status
Open 36 (46.2%)
Merged 10 (12.8%)
Closed 26 (33.3%)
PR Types
Major 71 (91.0%)
Patch 1 (1.3%)