Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ordinalsbot

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ordinalsbot - npm Package Compare versions

Comparing version 0.1.5 to 0.2.0

3

dist/types/v1.d.ts

@@ -38,2 +38,4 @@ export interface InscriptionTransaction {

returnAddress: string;
depositAddress: string;
parentReturnTx: string;
}

@@ -74,2 +76,3 @@ export interface InscriptionCharge {

createdAt: number;
paid?: boolean;
}

@@ -76,0 +79,0 @@ export interface InscriptionOnchainInvoice {

2

package.json
{
"name": "ordinalsbot",
"version": "0.1.5",
"version": "0.2.0",
"description": "Node.js library for OrdinalsBot API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -67,3 +67,3 @@ import { InscriptionClient } from "../client";

* @param {v1.InscriptionCollectionOrderRequest} collectionOrder The collection order request.
* @returns {Promise<v1.InscriptionOrder>} A promise that resolves with the created collection order.
* @returns {Promise<v1.InscriptionCollectionOrderResponse>} A promise that resolves with the created collection order.
*/

@@ -70,0 +70,0 @@ createCollectionOrder(

@@ -137,2 +137,4 @@ export interface InscriptionTransaction {

returnAddress: string;
depositAddress: string;
parentReturnTx: string;
}

@@ -176,2 +178,4 @@

createdAt: number; // timestamp in ms,
paid?: boolean;
}

@@ -178,0 +182,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc