New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

crypto-bot-api

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-bot-api - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

2

lib/types.d.ts

@@ -13,1 +13,3 @@ export { ListenOptions } from 'net';

export { default as requestXhr } from './request/xhr';
import ClientEmitter from './classes/ClientEmitter';
export default ClientEmitter;

@@ -37,1 +37,3 @@ "use strict";

Object.defineProperty(exports, "requestXhr", { enumerable: true, get: function () { return xhr_1.default; } });
const ClientEmitter_2 = require("./classes/ClientEmitter");
exports.default = ClientEmitter_2.default;

2

package.json
{
"name": "crypto-bot-api",
"version": "0.3.2",
"version": "0.3.3",
"description": "Simple and minimalistic client for Telegram CryptoBot Crypto Pay API",

@@ -5,0 +5,0 @@ "author": "Sergei Ivankov <sergeiivankov@pm.me>",

@@ -44,3 +44,3 @@ # Crypto Bot API - client library for Crypto Pay API

**Important: at the time of publication of version 0.3.2 (Sep 17, 2024), API servers do not return header Access-Control-Allow-Origin, which allows make requests to API from third-party domains, so client request from website environment won't work (but its work in browser extensions, Electron and similar apps)**
**Important: at the time of publication of version 0.3.3 (Sep 18, 2024), API servers do not return header Access-Control-Allow-Origin, which allows make requests to API from third-party domains, so client request from website environment won't work (but its work in browser extensions, Electron and similar apps)**

@@ -47,0 +47,0 @@ More usage examples see in [examples](https://github.com/sergeiivankov/crypto-bot-api/tree/main/examples) project directory.

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