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

@bandada/api-sdk

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bandada/api-sdk - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

5

dist/index.node.js
/**
* @module @bandada/api-sdk
* @version 1.1.0
* @version 2.0.0
* @file A Typescript SDK for the Bandada API.

@@ -64,2 +64,3 @@ * @copyright Ethereum Foundation 2023

SupportedUrl["PROD"] = "https://api.bandada.pse.dev";
SupportedUrl["STAGING"] = "https://api-staging.bandada.pse.dev";
})(exports.SupportedUrl || (exports.SupportedUrl = {}));

@@ -314,3 +315,3 @@

* @param url Supported URL or custom URL.
* @param config Request config.
* @param config [Axios](https://axios-http.com/docs/req_config) Request Config.
*/

@@ -317,0 +318,0 @@ function ApiSdk(url, config) {

2

dist/types/apiSdk.d.ts

@@ -8,3 +8,3 @@ import { SupportedUrl, GroupResponse, InviteResponse } from "./types";

* @param url Supported URL or custom URL.
* @param config Request config.
* @param config [Axios](https://axios-http.com/docs/req_config) Request Config.
*/

@@ -11,0 +11,0 @@ constructor(url?: SupportedUrl | string, config?: any);

@@ -42,4 +42,5 @@ export type GroupResponse = {

DEV = "http://localhost:3000",
PROD = "https://api.bandada.pse.dev"
PROD = "https://api.bandada.pse.dev",
STAGING = "https://api-staging.bandada.pse.dev"
}
export {};
{
"name": "@bandada/api-sdk",
"version": "1.1.0",
"version": "2.0.0",
"description": "A Typescript SDK for the Bandada API.",

@@ -32,3 +32,3 @@ "license": "MIT",

"dependencies": {
"@bandada/utils": "1.1.0"
"@bandada/utils": "2.0.0"
},

@@ -35,0 +35,0 @@ "devDependencies": {

@@ -43,3 +43,3 @@ <p align="center">

<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
<a href="https://pse.dev/discord">
<a href="https://discord.com/invite/sF5CT5rzrR">
🗣️ Chat &amp; Support

@@ -46,0 +46,0 @@ </a>

@@ -23,3 +23,3 @@ import { SupportedUrl, GroupResponse, InviteResponse } from "./types"

* @param url Supported URL or custom URL.
* @param config Request config.
* @param config [Axios](https://axios-http.com/docs/req_config) Request Config.
*/

@@ -26,0 +26,0 @@ constructor(url: SupportedUrl | string = SupportedUrl.PROD, config?: any) {

@@ -45,3 +45,4 @@ export type GroupResponse = {

DEV = "http://localhost:3000",
PROD = "https://api.bandada.pse.dev"
PROD = "https://api.bandada.pse.dev",
STAGING = "https://api-staging.bandada.pse.dev"
}

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