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

@hyperfrontend/cryptography

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/cryptography - npm Package Compare versions

Comparing version
0.0.3
to
0.0.4
+8
-0
CHANGELOG.md

@@ -5,2 +5,10 @@ # Changelog

## [0.0.4](https://github.com/AndrewRedican/hyperfrontend/compare/lib-cryptography@0.0.3...lib-cryptography@0.0.4) (2026-03-08)
### Bug Fixes
* **lib-cryptography:** correct package exports ([651fae9](https://github.com/AndrewRedican/hyperfrontend/commit/651fae94622e6300f6351216f3be342aaa9e4962))
* **lib-cryptography:** prevent runtime modification of security-sensitive objects ([4af1411](https://github.com/AndrewRedican/hyperfrontend/commit/4af14115c6128fc5939539282f49abf26723f9ac))
## [0.0.3](https://github.com/AndrewRedican/hyperfrontend/compare/lib-cryptography@0.0.2...lib-cryptography@0.0.3) (2026-03-02)

@@ -7,0 +15,0 @@

+4
-2
{
"name": "@hyperfrontend/cryptography",
"version": "0.0.3",
"version": "0.0.4",
"description": "Cryptography utilities for browser and Node.js environments.",

@@ -68,3 +68,5 @@ "license": "MIT",

"url": "https://hyperfrontend.dev"
}
},
"unpkg": "./bundle/index.umd.min.js",
"jsdelivr": "./bundle/index.umd.min.js"
}

@@ -13,2 +13,5 @@ # @hyperfrontend/cryptography

</a>
<a href="https://bundlephobia.com/package/@hyperfrontend/cryptography">
<img src="https://img.shields.io/bundlephobia/min/%40hyperfrontend%2Fcryptography?style=flat-square" alt="npm bundle size">
</a>
</p>

@@ -189,4 +192,2 @@ <p align="center">

**Bundle size:** 3 KB (minified, self-contained)
### CDN Usage

@@ -193,0 +194,0 @@