JSPM

@cmpsbl/failsafe

3.4.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q76137F
  • License Apache-2.0

CMPSBL® FAILSAFE — Zero-dependency disaster recovery & platform migration engine

Package Exports

  • @cmpsbl/failsafe
  • @cmpsbl/failsafe/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@cmpsbl/failsafe) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@cmpsbl/failsafe

CMPSBL® FAILSAFE — Zero-dependency disaster recovery & platform migration engine.

npm

Install

npm install @cmpsbl/failsafe

Zero dependencies. Builds standalone.

Dependency Tier

Tier 1 (no deps — publish/install in any order)

Usage

import { createBackup, restore } from '@cmpsbl/failsafe';

const backup = await createBackup({
  supabaseUrl: 'https://your-project.supabase.co',
  supabaseKey: 'your-service-role-key',
});

License

Apache-2.0 — © CMPSBL®