🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@shieldz/sdk

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shieldz/sdk - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+1
-1
dist/cjs/client.js

@@ -6,3 +6,3 @@ "use strict";

const invoices_js_1 = require("./invoices.js");
const VERSION = "0.2.0";
const VERSION = "0.2.1";
const DEFAULT_BASE_URL = "https://shieldz.cash/api/v1";

@@ -9,0 +9,0 @@ const RETRYABLE_STATUS = new Set([429, 500, 502, 503, 504]);

import { ShieldzError } from "./errors.js";
import { Invoices } from "./invoices.js";
const VERSION = "0.2.0";
const VERSION = "0.2.1";
const DEFAULT_BASE_URL = "https://shieldz.cash/api/v1";

@@ -5,0 +5,0 @@ const RETRYABLE_STATUS = new Set([429, 500, 502, 503, 504]);

{
"name": "@shieldz/sdk",
"version": "0.2.0",
"version": "0.2.1",
"description": "Official Node/TypeScript SDK for Shieldz — non-custodial crypto payments with $0 fees. Create invoices, accept USDC/USDT/BTC/ZEC, and verify webhooks.",

@@ -19,3 +19,4 @@ "type": "module",

}
}
},
"./package.json": "./package.json"
},

@@ -22,0 +23,0 @@ "files": [

# @shieldz/sdk
[![npm](https://img.shields.io/npm/v/@shieldz/sdk.svg)](https://www.npmjs.com/package/@shieldz/sdk)
[![CI](https://github.com/ShieldZCash/shieldz-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/ShieldZCash/shieldz-sdk/actions/workflows/ci.yml)

@@ -4,0 +5,0 @@