🎩 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.1
to
0.2.2
+1
-1
dist/cjs/client.js

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

const invoices_js_1 = require("./invoices.js");
const VERSION = "0.2.1";
const VERSION = "0.2.2";
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.1";
const VERSION = "0.2.2";
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.1",
"version": "0.2.2",
"description": "Official Node/TypeScript SDK for Shieldz — non-custodial crypto payments with $0 fees. Create invoices, accept USDC/USDT/BTC/ZEC, and verify webhooks.",

@@ -53,3 +53,16 @@ "type": "module",

"coinbase-commerce-alternative",
"btcpay-alternative"
"btcpay-alternative",
"ethereum",
"base",
"arbitrum",
"webhook",
"webhooks",
"sdk",
"typescript",
"esm",
"zero-dependencies",
"edge",
"deno",
"bun",
"no-kyc"
],

@@ -59,2 +72,3 @@ "license": "MIT",

"homepage": "https://shieldz.cash",
"funding": "https://shieldz.cash",
"bugs": {

@@ -61,0 +75,0 @@ "url": "https://github.com/ShieldZCash/shieldz-sdk/issues"

@@ -5,2 +5,6 @@ # @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)
[![types](https://img.shields.io/npm/types/@shieldz/sdk.svg)](https://www.npmjs.com/package/@shieldz/sdk)
[![minzipped](https://img.shields.io/bundlephobia/minzip/@shieldz/sdk)](https://bundlephobia.com/package/@shieldz/sdk)
[![zero dependencies](https://img.shields.io/badge/dependencies-0-brightgreen)](https://github.com/ShieldZCash/shieldz-sdk/blob/main/package.json)
[![license](https://img.shields.io/npm/l/@shieldz/sdk.svg)](https://github.com/ShieldZCash/shieldz-sdk/blob/main/LICENSE)

@@ -7,0 +11,0 @@ Official Node / TypeScript SDK for [**Shieldz**](https://shieldz.cash) — non-custodial crypto payments with **$0 fees**.