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

abs-client

Package Overview
Dependencies
Maintainers
12
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abs-client - npm Package Compare versions

Comparing version 0.0.5-alpha to 0.0.6-alpha

4

lib/index.js

@@ -98,2 +98,6 @@ const rp = require('request-promise-native')

}
async function getTransfersFromToAccount(accountID, date) {
return await doGet('/transfers:fromToAccount', { date: date, accountId: accountID })
}

@@ -100,0 +104,0 @@ async function balances(customerID) {

2

package.json
{
"name": "abs-client",
"version": "0.0.5-alpha",
"version": "0.0.6-alpha",
"description": "Client that interacts functions for the abs.",

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

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