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.0.3 to 0.0.4

2

dist/client.js

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

baseURL: environment === "live"
? `https://api2.ordinalsbot.com`
? `https://api.ordinalsbot.com`
: `https://signet.ordinalsbot.com/api`,

@@ -21,0 +21,0 @@ timeout: 30000,

{
"name": "ordinalsbot",
"version": "0.0.3",
"version": "0.0.4",
"description": "Node.js library for OrdinalsBot API",

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

@@ -36,3 +36,3 @@ import axios, { AxiosInstance } from "axios";

environment === "live"
? `https://api2.ordinalsbot.com`
? `https://api.ordinalsbot.com`
: `https://signet.ordinalsbot.com/api`,

@@ -39,0 +39,0 @@ timeout: 30000,

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