2 Commits

Author SHA1 Message Date
8ee57ab806 3.2.2 2025-08-03 21:20:06 +00:00
d0715610ec fix(readme): update readme 2025-08-03 21:20:00 +00:00
2 changed files with 1 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@push.rocks/smarthash",
"version": "3.2.1",
"version": "3.2.2",
"private": false,
"description": "Cross-environment hash functions (SHA256 and MD5) for Node.js and browsers, with support for strings, streams, and files.",
"exports": {

View File

@@ -157,10 +157,6 @@ pnpm buildDocs
- 🌍 **Cross-Environment**: Produces identical hashes across Node.js and browsers
- 🔒 **Web Crypto**: Uses native browser APIs when available for maximum performance
## 🤝 Contributing
We welcome contributions! This project follows modern TypeScript practices and includes comprehensive tests for both environments.
## License and Legal Information
This repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository.