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

@hyperfrontend/network-protocol

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperfrontend/network-protocol - npm Package Compare versions

Comparing version
0.0.4
to
0.1.0
+29
-14
CHANGELOG.md
# Changelog
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
All notable changes to this project will be documented in this file.
## [0.0.4](https://github.com/AndrewRedican/hyperfrontend/compare/lib-network-protocol@0.0.3...lib-network-protocol@0.0.4) (2026-03-08)
## 0.1.0 - 2026-03-16
### Features
- **lib-versioning:** support commit amend no edit
- **lib-versioning:** support force bump with release as config
- **tool-package:** improve memory management and visibility on builder executor
- **eslint-rules:** lib-ts-config-paths
- **e2e-lib-versioning:** test cjs and esm builds
- **eslint-rules:** lib-e2e-project-required
- **lib-versioning:** implement project versioning
- **eslint-rules:** ensure publishable libraries accounted for in docs
- **eslint-rules:** add rule to ensure pipeline is ready for publishable libraries
- **eslint-rules:** root readme.md rule to ensure packages are listed
- **eslint-rules:** rules to align readme.md content format
### Bug Fixes
* **lib-network-protocol:** correct package exports ([5b8ed3c](https://github.com/AndrewRedican/hyperfrontend/commit/5b8ed3c15a46716f973ab09907913091735160f2))
- **lib-versioning:** remove unused %h format causing git log field misalignment
- **lib-immutable-api-utils:** rename safe object to prevent variable shadowing on cjs module init
## [0.0.3](https://github.com/AndrewRedican/hyperfrontend/compare/lib-network-protocol@0.0.2...lib-network-protocol@0.0.3) (2026-03-02)
## 0.0.4
### Bug Fixes
* **lib-network-protocol:** correct package exports ([5b8ed3c](https://github.com/AndrewRedican/hyperfrontend/commit/5b8ed3c15a46716f973ab09907913091735160f2))
- **lib-network-protocol:** correct package exports ([5b8ed3c](https://github.com/AndrewRedican/hyperfrontend/commit/5b8ed3c15a46716f973ab09907913091735160f2))
## [0.0.4](https://github.com/AndrewRedican/hyperfrontend/compare/lib-network-protocol@0.0.3...lib-network-protocol@0.0.4) (2026-02-27)
## 0.0.3
## [0.0.2](https://github.com/AndrewRedican/hyperfrontend/compare/lib-network-protocol@0.0.1...lib-network-protocol@0.0.2) (2026-02-26)
### Bug Fixes
- **lib-network-protocol:** correct package exports ([5b8ed3c](https://github.com/AndrewRedican/hyperfrontend/commit/5b8ed3c15a46716f973ab09907913091735160f2))
## 0.0.2
### Bug Fixes
* **lib-network-protocol:** correct secondary entrypoints ([7092e3a](https://github.com/AndrewRedican/hyperfrontend/commit/7092e3af8a57829138e1c4dc38ed0f39e2e869d2))
- **lib-network-protocol:** correct secondary entrypoints ([7092e3a](https://github.com/AndrewRedican/hyperfrontend/commit/7092e3af8a57829138e1c4dc38ed0f39e2e869d2))
## 0.0.1 (2026-02-15)
## 0.0.1 - 2026-02-15
### Bug Fixes
* **lib-network-protocol:** fix imports ([5f6f6a9](https://github.com/AndrewRedican/hyperfrontend/commit/5f6f6a9b29f0ad148f9ad929ae5ca06d5da82299))
* **lib-network-protocol:** resolve stop/resume race condition in queue ([cc9d83f](https://github.com/AndrewRedican/hyperfrontend/commit/cc9d83fe014e9540c4033722b75ae868d321811a))
* **tool-package:** fix changelog duplication by clearing header before semver regeneration ([98fbce1](https://github.com/AndrewRedican/hyperfrontend/commit/98fbce19098298414bd243fc3442c159c2ed5b82))
- **lib-network-protocol:** fix imports ([5f6f6a9](https://github.com/AndrewRedican/hyperfrontend/commit/5f6f6a9b29f0ad148f9ad929ae5ca06d5da82299))
- **lib-network-protocol:** resolve stop/resume race condition in queue ([cc9d83f](https://github.com/AndrewRedican/hyperfrontend/commit/cc9d83fe014e9540c4033722b75ae868d321811a))
- **tool-package:** fix changelog duplication by clearing header before semver regeneration ([98fbce1](https://github.com/AndrewRedican/hyperfrontend/commit/98fbce19098298414bd243fc3442c159c2ed5b82))
{
"name": "@hyperfrontend/network-protocol",
"version": "0.0.4",
"version": "0.1.0",
"description": "Production-grade network protocol for secure, real-time cross-window and cross-process communication with built-in encryption, obfuscation, routing, and message queueing.",
"license": "MIT",
"sideEffects": false,
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"keywords": [
"network-protocol",
"secure-messaging",
"cross-window-communication",
"postmessage",
"ipc",
"encryption",
"obfuscation",
"message-queue",
"pub-sub",
"routing",
"isomorphic",
"browser",
"nodejs",
"micro-frontend",
"web-worker",
"typescript"
],
"exports": {

@@ -130,2 +106,26 @@ "./package.json": "./package.json",

},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"license": "MIT",
"sideEffects": false,
"keywords": [
"network-protocol",
"secure-messaging",
"cross-window-communication",
"postmessage",
"ipc",
"encryption",
"obfuscation",
"message-queue",
"pub-sub",
"routing",
"isomorphic",
"browser",
"nodejs",
"micro-frontend",
"web-worker",
"typescript"
],
"funding": {

@@ -132,0 +132,0 @@ "type": "github",

@@ -38,2 +38,4 @@ # @hyperfrontend/network-protocol

• 👉 See [**documentation**](https://www.hyperfrontend.dev/docs/libraries/network-protocol/)
## What is @hyperfrontend/network-protocol?

@@ -40,0 +42,0 @@