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.27.0 to 1.28.0

11

package.json
{
"name": "ynab",
"version": "1.27.0",
"version": "1.28.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 -b src/tsconfig.esm.json && webpack --mode production && npm run build_examples",
"build_examples": "tsc -b examples/",

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

},
"dependencies": {
"portable-fetch": "^3.0.0"
},
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/fetch-mock": "^7.3.2",
"@types/isomorphic-fetch": "0.0.35",
"@types/mocha": "^8.0.2",

@@ -54,3 +50,6 @@ "@types/node": "^14.0.27",

"webpack-cli": "^3.3.12"
},
"dependencies": {
"fetch-ponyfill": "^7.1.0"
}
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc