Socket
Socket
Sign inDemoInstall

ynab

Package Overview
Dependencies
Maintainers
3
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 1.20.0 to 1.21.0

18

dist/esm/index.d.ts

@@ -34,3 +34,3 @@ /**

*/
readonly user: CodeGen.UserApi;
get user(): CodeGen.UserApi;
protected _budgets: CodeGen.BudgetsApi;

@@ -40,3 +40,3 @@ /**

*/
readonly budgets: CodeGen.BudgetsApi;
get budgets(): CodeGen.BudgetsApi;
protected _accounts: CodeGen.AccountsApi;

@@ -46,3 +46,3 @@ /**

*/
readonly accounts: CodeGen.AccountsApi;
get accounts(): CodeGen.AccountsApi;
protected _categories: CodeGen.CategoriesApi;

@@ -52,3 +52,3 @@ /**

*/
readonly categories: CodeGen.CategoriesApi;
get categories(): CodeGen.CategoriesApi;
protected _months: CodeGen.MonthsApi;

@@ -58,3 +58,3 @@ /**

*/
readonly months: CodeGen.MonthsApi;
get months(): CodeGen.MonthsApi;
protected _payees: CodeGen.PayeesApi;

@@ -64,3 +64,3 @@ /**

*/
readonly payees: CodeGen.PayeesApi;
get payees(): CodeGen.PayeesApi;
protected _payeeLocations: CodeGen.PayeeLocationsApi;

@@ -70,3 +70,3 @@ /**

*/
readonly payeeLocations: CodeGen.PayeeLocationsApi;
get payeeLocations(): CodeGen.PayeeLocationsApi;
protected _transactions: TransactionsApi;

@@ -76,3 +76,3 @@ /**

*/
readonly transactions: TransactionsApi;
get transactions(): TransactionsApi;
protected _scheduledTransactions: CodeGen.ScheduledTransactionsApi;

@@ -82,3 +82,3 @@ /**

*/
readonly scheduledTransactions: CodeGen.ScheduledTransactionsApi;
get scheduledTransactions(): CodeGen.ScheduledTransactionsApi;
}

@@ -43,3 +43,3 @@ // tslint:disable

},
enumerable: true,
enumerable: false,
configurable: true

@@ -57,3 +57,3 @@ });

},
enumerable: true,
enumerable: false,
configurable: true

@@ -71,3 +71,3 @@ });

},
enumerable: true,
enumerable: false,
configurable: true

@@ -85,3 +85,3 @@ });

},
enumerable: true,
enumerable: false,
configurable: true

@@ -99,3 +99,3 @@ });

},
enumerable: true,
enumerable: false,
configurable: true

@@ -113,3 +113,3 @@ });

},
enumerable: true,
enumerable: false,
configurable: true

@@ -127,3 +127,3 @@ });

},
enumerable: true,
enumerable: false,
configurable: true

@@ -141,3 +141,3 @@ });

},
enumerable: true,
enumerable: false,
configurable: true

@@ -155,3 +155,3 @@ });

},
enumerable: true,
enumerable: false,
configurable: true

@@ -158,0 +158,0 @@ });

{
"name": "ynab",
"version": "1.20.0",
"version": "1.21.0",
"description": "YNAB API Javascript (Node) Library",

@@ -27,3 +27,3 @@ "author": "You Need a Budget, LLC",

"generate": "npx jbash ./.swagger-codegen/generate.js",
"build": "tsc -b src/ test/ examples/ && tsc -p src/ --target ES5 --module ES2015 --outDir ../dist/esm && webpack --mode production && npm run build_examples",
"build": "tsc -b src/ test/ examples/ && tsc -p src/ --target ES5 --module ES2015 --outDir dist/esm && webpack --mode production && npm run build_examples",
"build_examples": "tsc -b examples/",

@@ -30,0 +30,0 @@ "test": "TS_NODE_PROJECT=./test/tsconfig.json mocha --reporter spec --require ts-node/register/type-check 'test/**/*.ts'",

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

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

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

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

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

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