Socket
Socket
Sign inDemoInstall

ynab

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ynab - npm Package Compare versions

Comparing version 0.8.0 to 0.9.0

2

package.json
{
"name": "ynab",
"version": "0.8.0",
"version": "0.9.0",
"description": "YNAB API Javascript (Node) Library",

@@ -5,0 +5,0 @@ "author": "You Need a Budget, LLC",

@@ -8,8 +8,8 @@ # YNAB API Javascript (Node) Library

The YNAB API JavaScript library provides access to the YNAB API from
applications written in Node.js / JavaScript.
This is the JavaScript client for the YNAB API.
Please read the [YNAB API documentation](https://api.youneedabudget.com) for an
overview of using the API and a complete list of the available resources.
Please read the [YNAB API documentation](https://api.youneedabudget.com) for an overview of using the API and a complete list of available resources.
This client is generated using the [Swagger Code Generator](https://github.com/swagger-api/swagger-codegen).
## Installation

@@ -33,3 +33,3 @@

async function listBudgets(){
(async function() {
const budgetsResponse = await ynab.budgets.getBudgets();

@@ -40,5 +40,3 @@ const budgets = budgetsResponse.data.budgets;

}
}
listBudgets();
})();
```

@@ -45,0 +43,0 @@

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