@orangecheck/legal 0.2.1 → 0.4.0
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/dist/index.js +15 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +15 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1188,7 +1188,7 @@ var terms3 = {
|
|
|
1188
1188
|
title: "Terms of service",
|
|
1189
1189
|
description: "The terms governing your use of OC Vault \u2014 an end-to-end-encrypted secrets vault. Client-side encryption; OrangeCheck stores ciphertext only and cannot read your data.",
|
|
1190
1190
|
metaTitle: "Terms of Service \u2014 OC Vault",
|
|
1191
|
-
metaDescription: "Terms of service for OC Vault (vault.ochk.io): an end-to-end-encrypted secrets vault. Client-side encryption,
|
|
1191
|
+
metaDescription: "Terms of service for OC Vault (vault.ochk.io): an end-to-end-encrypted secrets vault. Client-side encryption, on-chain Bitcoin payment, no fund custody.",
|
|
1192
1192
|
effective: "2026-05-15",
|
|
1193
1193
|
updated: "2026-05-15",
|
|
1194
1194
|
preamble: [
|
|
@@ -1228,11 +1228,11 @@ var terms3 = {
|
|
|
1228
1228
|
{
|
|
1229
1229
|
id: "plans-billing",
|
|
1230
1230
|
heading: "plans, payment & billing",
|
|
1231
|
-
hint: "
|
|
1231
|
+
hint: "on-chain \xB7 inbound only",
|
|
1232
1232
|
blocks: [
|
|
1233
1233
|
{
|
|
1234
1234
|
kind: "para",
|
|
1235
|
-
text:
|
|
1235
|
+
text: 'OC Vault offers a free tier and paid tiers purchased with Bitcoin **on-chain**. OrangeCheck **receives** payment and never sends funds to users; OC Vault holds no custodial balance for you. Every paid tier is a **prepaid period** that expires and does not auto-renew \u2014 there is no perpetual or "lifetime" tier, and none is sold. The current tiers, their prices and their period lengths are published at [vault.ochk.io/pricing](https://vault.ochk.io/pricing), which is the authoritative price list; prices are not restated here so that this document cannot contradict it. All paid tiers are subject to the **service limits** below.'
|
|
1236
1236
|
},
|
|
1237
1237
|
{
|
|
1238
1238
|
kind: "stub",
|
|
@@ -1247,7 +1247,7 @@ var terms3 = {
|
|
|
1247
1247
|
blocks: [
|
|
1248
1248
|
{
|
|
1249
1249
|
kind: "para",
|
|
1250
|
-
text: "Every tier
|
|
1250
|
+
text: "Every tier is subject to the following service limits. They are deliberately set well above the needs of a personal password vault but bound the storage and bandwidth a single account may consume on the shared infrastructure. The limits are **enforced in code**; exceeding them returns an HTTP 507 (storage) or 429 (rate) response."
|
|
1251
1251
|
},
|
|
1252
1252
|
{ kind: "subhead", text: "storage" },
|
|
1253
1253
|
{
|
|
@@ -1288,16 +1288,16 @@ var terms3 = {
|
|
|
1288
1288
|
]
|
|
1289
1289
|
},
|
|
1290
1290
|
{
|
|
1291
|
-
id: "
|
|
1292
|
-
heading: "
|
|
1291
|
+
id: "continuity",
|
|
1292
|
+
heading: "continuity & export",
|
|
1293
1293
|
blocks: [
|
|
1294
1294
|
{
|
|
1295
1295
|
kind: "para",
|
|
1296
|
-
text: "The
|
|
1296
|
+
text: "The portable export feature is always free and works offline with [`@orangecheck/vault-core`](https://www.npmjs.com/package/@orangecheck/vault-core) \u2014 even if OC Vault is discontinued, you retain a self-decryptable copy of your data. That guarantee does not depend on any paid tier."
|
|
1297
1297
|
},
|
|
1298
1298
|
{
|
|
1299
1299
|
kind: "stub",
|
|
1300
|
-
text:
|
|
1300
|
+
text: "The wind-down notice period and the continuity commitments OrangeCheck offers if the Service is discontinued are being finalized for publication. This section will be completed following review by counsel."
|
|
1301
1301
|
}
|
|
1302
1302
|
]
|
|
1303
1303
|
},
|
|
@@ -1328,7 +1328,7 @@ var terms3 = {
|
|
|
1328
1328
|
items: [
|
|
1329
1329
|
{
|
|
1330
1330
|
k: "payment processing",
|
|
1331
|
-
v: "
|
|
1331
|
+
v: "Bitcoin payments are processed via a self-hosted BTCPay Server; we do not guarantee the availability of the Bitcoin network or of any payment processor"
|
|
1332
1332
|
},
|
|
1333
1333
|
{
|
|
1334
1334
|
k: "storage / hosting",
|
|
@@ -1361,7 +1361,7 @@ var terms3 = {
|
|
|
1361
1361
|
disputeResolution,
|
|
1362
1362
|
miscellaneous
|
|
1363
1363
|
],
|
|
1364
|
-
summary: "summary: end-to-end encrypted; orangecheck stores ciphertext only and cannot recover your vault. pricing
|
|
1364
|
+
summary: "summary: end-to-end encrypted; orangecheck stores ciphertext only and cannot recover your vault. pricing and refund terms are being finalized \u2014 see the marked sections."
|
|
1365
1365
|
};
|
|
1366
1366
|
var privacy3 = {
|
|
1367
1367
|
kind: "privacy",
|
|
@@ -1397,12 +1397,16 @@ var privacy3 = {
|
|
|
1397
1397
|
},
|
|
1398
1398
|
{
|
|
1399
1399
|
k: "payment records",
|
|
1400
|
-
v: "for paid tiers: the
|
|
1400
|
+
v: "for paid tiers: the BTCPay invoice id, sats paid, tier, and entitlement expiry. No card number, no billing address"
|
|
1401
1401
|
},
|
|
1402
1402
|
{
|
|
1403
1403
|
k: "encrypted blobs",
|
|
1404
1404
|
v: "opaque ciphertext keyed to your identity address \u2014 OrangeCheck cannot decrypt it"
|
|
1405
1405
|
},
|
|
1406
|
+
{
|
|
1407
|
+
k: "per-item metadata",
|
|
1408
|
+
v: 'one row per stored item, carrying its opaque envelope id and a last-updated timestamp. That means we CAN see how many items you store and when each last changed \u2014 the count is what enforces the per-account item ceiling in the service limits, and the timestamp is what lets a second device know which items to re-sync. We cannot see what any item is: not its contents, not its name, not its type. This entry previously appeared on the "what we cannot see" list, which was wrong.'
|
|
1409
|
+
},
|
|
1406
1410
|
{
|
|
1407
1411
|
k: "access tokens",
|
|
1408
1412
|
v: "for developer / CLI / CI access: an SHA-256 hash of each token, an optional label, the granted scope (read or read-write), creation / last-used / optional expiry timestamps. We never store the token itself \u2014 only its hash."
|
|
@@ -1424,7 +1428,6 @@ var privacy3 = {
|
|
|
1424
1428
|
items: [
|
|
1425
1429
|
"The contents of any vault item",
|
|
1426
1430
|
"The names, titles, or types of your items",
|
|
1427
|
-
"How many items you store or how often you use them",
|
|
1428
1431
|
"Your vault key or any recovery material",
|
|
1429
1432
|
"Your access tokens (only the SHA-256 hash is stored)",
|
|
1430
1433
|
"Which sites the browser extension autofilled on \u2014 origin matching happens locally in your browser"
|