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

mx-atrium

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mx-atrium - npm Package Compare versions

Comparing version 2.11.5 to 2.11.6

10

atrium.d.ts

@@ -1126,11 +1126,11 @@ /// <reference types="node" />

setApiKey(key: HoldingsApiApiKeys, value: string): void;
listHoldings(userGuid: string): Promise<{
listHoldings(userGuid: string, page?: number, recordsPerPage?: number): Promise<{
response: http.IncomingMessage;
body: HoldingsResponseBody;
}>;
listHoldingsByAccount(accountGuid: string, userGuid: string): Promise<{
listHoldingsByAccount(accountGuid: string, userGuid: string, page?: number, recordsPerPage?: number): Promise<{
response: http.IncomingMessage;
body: HoldingsResponseBody;
}>;
listHoldingsByMember(memberGuid: string, userGuid: string): Promise<{
listHoldingsByMember(memberGuid: string, userGuid: string, page?: number, recordsPerPage?: number): Promise<{
response: http.IncomingMessage;

@@ -1303,7 +1303,7 @@ body: HoldingsResponseBody;

setApiKey(key: MerchantsApiApiKeys, value: string): void;
listMerchantLocations(merchantGuid: string): Promise<{
listMerchantLocations(merchantGuid: string, page?: number, recordsPerPage?: number): Promise<{
response: http.IncomingMessage;
body: MerchantLocationsResponseBody;
}>;
listMerchants(): Promise<{
listMerchants(page?: number, recordsPerPage?: number): Promise<{
response: http.IncomingMessage;

@@ -1310,0 +1310,0 @@ body: MerchantsResponseBody;

{
"name": "mx-atrium",
"version": "2.11.5",
"version": "2.11.6",
"description": "NodeJS client for mx-atrium-node",

@@ -23,6 +23,6 @@ "repository": "mxenabled/mx-atrium-node",

"dependencies": {
"bluebird": "^3.5.0",
"request": "^2.81.0",
"@types/bluebird": "*",
"@types/request": "*",
"bluebird": "^3.5.0",
"request": "^2.81.0"
"@types/request": "*"
},

@@ -32,5 +32,5 @@ "devDependencies": {

},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"publishConfig":{
"registry":"https://registry.npmjs.org/"
}
}

Sorry, the diff of this file is too big to display

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