🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

cborg

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cborg - npm Package Compare versions

Comparing version
5.1.2
to
5.1.3
+2
-2
.github/workflows/test-and-release.yml

@@ -13,3 +13,3 @@ name: Test & Maybe Release

- name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Use Node.js ${{ matrix.node }}

@@ -38,3 +38,3 @@ uses: actions/setup-node@v6.4.0

- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:

@@ -41,0 +41,0 @@ fetch-depth: 0

@@ -0,1 +1,7 @@

## [5.1.3](https://github.com/rvagg/cborg/compare/v5.1.2...v5.1.3) (2026-06-22)
### Trivial Changes
* **deps:** bump actions/checkout from 6 to 7 ([#177](https://github.com/rvagg/cborg/issues/177)) ([a0a959e](https://github.com/rvagg/cborg/commit/a0a959e266c9dce3022571ffef4761d7b7c8e0fa))
## [5.1.2](https://github.com/rvagg/cborg/compare/v5.1.1...v5.1.2) (2026-06-22)

@@ -2,0 +8,0 @@

{
"name": "cborg",
"version": "5.1.2",
"version": "5.1.3",
"description": "Fast CBOR with a focus on strictness",

@@ -5,0 +5,0 @@ "main": "cborg.js",