@orangecheck/legal 0.2.0 → 0.3.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 +13 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -746,7 +746,7 @@ var privacy = {
|
|
|
746
746
|
{ kind: "subhead", text: "cookies & analytics" },
|
|
747
747
|
{
|
|
748
748
|
kind: "para",
|
|
749
|
-
text: "Essential cookies are required for the Service to function; a preference cookie stores your theme. We use [Plausible Analytics](https://plausible.io/privacy) \u2014 cookie-free, no personal data, aggregate statistics only. No advertising or tracking cookies."
|
|
749
|
+
text: "Essential cookies are required for the Service to function; a preference cookie stores your theme. We use [Plausible Analytics](https://plausible.io/privacy) \u2014 cookie-free, no personal data, aggregate statistics only \u2014 alongside our own first-party, cookieless analytics (oc insights): no cookies, no cross-site identity, your IP address is hashed and immediately discarded (never stored), and Do-Not-Track / Global Privacy Control signals are honored. No advertising or tracking cookies."
|
|
750
750
|
}
|
|
751
751
|
]
|
|
752
752
|
},
|
|
@@ -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,7 +1397,7 @@ 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",
|
|
@@ -1730,7 +1730,7 @@ var privacy4 = {
|
|
|
1730
1730
|
blocks: [
|
|
1731
1731
|
{
|
|
1732
1732
|
kind: "para",
|
|
1733
|
-
text: "Essential cookies for authentication and a theme preference. Page analytics use [Plausible](https://plausible.io/privacy) \u2014 cookie-free, no PII, aggregate only. No advertising or tracking cookies."
|
|
1733
|
+
text: "Essential cookies for authentication and a theme preference. Page analytics use [Plausible](https://plausible.io/privacy) \u2014 cookie-free, no PII, aggregate only \u2014 alongside our own first-party, cookieless analytics (oc insights): no cookies, no cross-site identity, IP hashed and immediately discarded, and Do-Not-Track / Global Privacy Control honored. No advertising or tracking cookies."
|
|
1734
1734
|
}
|
|
1735
1735
|
]
|
|
1736
1736
|
},
|