@lacspace/crypto 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -116,18 +116,24 @@ Also `decryptBytes()` for binary-safe payloads (files, protobufs).
|
|
|
116
116
|
|
|
117
117
|
## Licensing
|
|
118
118
|
|
|
119
|
-
This package is **free** under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** —
|
|
119
|
+
This package is **free** under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — permissive freedoms. Use it in personal and commercial projects at no cost; just keep the notice.
|
|
120
120
|
|
|
121
121
|
Not every Lacspace package is free. We also offer **Commercial** (paid), **Client-specific**, and **Private** (proprietary) packages under separate terms. See the full **[Lacspace Licence Centre](https://lacspace.com/licenses)**.
|
|
122
122
|
|
|
123
|
+
<!-- LACSPACE-DEV-PLATFORM -->
|
|
124
|
+
|
|
123
125
|
---
|
|
124
126
|
|
|
125
|
-
|
|
127
|
+
## The Lacspace Developer Platform
|
|
126
128
|
|
|
127
|
-
|
|
129
|
+
`@lacspace/crypto` is part of **63 zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
|
|
128
130
|
|
|
129
|
-
|
|
131
|
+
- 📦 **This package, documented** — https://developer.lacspace.com/packages/crypto
|
|
132
|
+
- 🗂️ **All 63 packages** — https://developer.lacspace.com/packages
|
|
133
|
+
- 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
|
|
134
|
+
- 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
|
|
135
|
+
- 🖥️ **Finished app templates** — https://templates.lacspace.com
|
|
136
|
+
- 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
|
|
130
137
|
|
|
131
|
-
|
|
138
|
+
Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
|
|
132
139
|
|
|
133
|
-
<div align="center"><sub>Built with care by <a href="https://lacspace.com">Lacspace</a> · Lacspace Free Licence · <a href="https://github.com/lacspace/npm-packages">source</a></sub></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lacspace/crypto",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "Safe, boring cryptography over Web Crypto — authenticated AES-256-GCM, PBKDF2 key derivation, SHA-256, HMAC, secure random and constant-time compare. Isomorphic (Node, edge, browser, RN).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
],
|
|
49
49
|
"author": "Lacspace <contact@lacspace.com>",
|
|
50
50
|
"license": "SEE LICENSE IN LICENSE",
|
|
51
|
-
"homepage": "https://lacspace.com/packages",
|
|
51
|
+
"homepage": "https://developer.lacspace.com/packages/crypto",
|
|
52
52
|
"repository": {
|
|
53
53
|
"type": "git",
|
|
54
54
|
"url": "git+https://github.com/lacspace/npm-packages.git",
|