Socket
Socket
Sign inDemoInstall

ynab

Package Overview
Dependencies
8
Maintainers
3
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.47.0 to 1.48.0

6

package.json
{
"name": "ynab",
"version": "1.47.0",
"version": "1.48.0",
"description": "YNAB API Javascript (Node) Library",
"author": "You Need a Budget, LLC",
"author": "YNAB",
"email": "api@ynab.com",
"url": "https://api.ynab.com",
"keywords": [

@@ -7,0 +9,0 @@ "typescript",

@@ -6,3 +6,3 @@ # YNAB API JavaScript Library

Please read the [YNAB API documentation](https://api.youneedabudget.com) for an overview of using the API and a complete list of available resources.
Please read the [YNAB API documentation](https://api.ynab.com) for an overview of using the API and a complete list of available resources.

@@ -63,4 +63,4 @@ This client is generated using the [Swagger Code Generator](https://github.com/swagger-api/swagger-codegen).

To use this client, you must
[obtain an access token](https://api.youneedabudget.com/#authentication-overview) from
the [Account Settings](https://app.youneedabudget.com/settings) area of the YNAB web
[obtain an access token](https://api.ynab.com/#authentication-overview) from
the [Account Settings](https://app.ynab.com/settings) area of the YNAB web
application.

@@ -111,5 +111,5 @@

The API enforces [Rate Limiting](https://api.youneedabudget.com/#rate-limiting).
The API enforces [Rate Limiting](https://api.ynab.com/#rate-limiting).
If the rate limit is exceeded, a `429` [Error Response](https://api.youneedabudget.com/#errors) will be returned from the API which will result in an [error being thrown](https://github.com/ynab/ynab-sdk-js#error-handling) in this library.
If the rate limit is exceeded, a `429` [Error Response](https://api.ynab.com/#errors) will be returned from the API which will result in an [error being thrown](https://github.com/ynab/ynab-sdk-js#error-handling) in this library.

@@ -169,3 +169,3 @@ You can access the rate limiting info through the `rateLimit` property on a response object. It will contain the value from the `X-Rate-Limit` response header.

There are several utilities available on the `utils` export to make working
with [ISO dates and milliunits](https://api.youneedabudget.com/#formats) a bit
with [ISO dates and milliunits](https://api.ynab.com/#formats) a bit
easier.

@@ -172,0 +172,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc