Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

monobank-api-client

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monobank-api-client - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

package.json
{
"name": "monobank-api-client",
"version": "0.1.1",
"version": "0.1.2",
"description": "Simple Monobank API client",

@@ -43,3 +43,3 @@ "main": "index.js",

"chai": "4.0.2",
"eslint": "4.0.0",
"eslint": ">=4.18.2",
"eslint-config-prettier": "^4.1.0",

@@ -46,0 +46,0 @@ "eslint-plugin-prettier": "^3.0.1",

@@ -21,10 +21,8 @@ # NodeJS Monobank API client

```
```javascript
const { MonobankApi } = require('monobank-api-client');
const api = new MonobankApi(
{
token: 'YOUR_API_TOKEN',
}
);
const api = new MonobankApi({
token: 'YOUR_API_TOKEN',
});

@@ -38,3 +36,3 @@ // promise resolved with CurrencyInfo[]

// promise resolved with Transaction[]
api.getStatement({ account: 'ACCOUNT_ID', from: new Date('2019-06-01'), to: new Date('2019-06-28')});
api.getStatement({ account: 'ACCOUNT_ID', from: new Date('2019-06-01'), to: new Date('2019-06-28') });
```
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