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 2.2.1 to 2.2.2

8

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

@@ -179,5 +179,3 @@ * @copyright Ethereum Foundation 2023

requestUrl = "".concat(url$1, "/").concat(groupId);
newConfig = __assign({ method: "put", data: {
groupUpdateDetails: groupUpdateDetails
} }, config);
newConfig = __assign({ method: "put", data: groupUpdateDetails }, config);
newConfig.headers["x-api-key"] = apiKey;

@@ -207,3 +205,3 @@ return [4 /*yield*/, utils.request(requestUrl, newConfig)];

groupIds: groupIds,
groupsUpdateDetails: groupsUpdateDetails
groupsInfo: groupsUpdateDetails
} }, config);

@@ -210,0 +208,0 @@ newConfig.headers["x-api-key"] = apiKey;

{
"name": "@bandada/api-sdk",
"version": "2.2.1",
"version": "2.2.2",
"description": "A Typescript SDK for the Bandada API.",

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

"dependencies": {
"@bandada/utils": "2.2.1"
"@bandada/utils": "2.2.2"
},

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

@@ -111,5 +111,3 @@ import { request } from "@bandada/utils"

method: "put",
data: {
groupUpdateDetails
},
data: groupUpdateDetails,
...config

@@ -142,3 +140,3 @@ }

groupIds,
groupsUpdateDetails
groupsInfo: groupsUpdateDetails
},

@@ -145,0 +143,0 @@ ...config

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