New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

investec-openapi

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

investec-openapi - npm Package Compare versions

Comparing version 2.2.0 to 3.1.0

lib/index.d.ts

32

package.json
{
"name": "investec-openapi",
"version": "2.2.0",
"version": "3.1.0",
"description": "A JavaScript/TypeScript wrapper to get up and running fast with Investec's Open API for programmable banking.",
"main": "dist/index.js",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},

@@ -25,6 +33,18 @@ "keywords": [

"@types/node": "^14.0.26",
"@types/webpack-env": "^1.15.2"
"@types/webpack-env": "^1.15.2",
"prettier": "^2.0.5",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.9.7"
},
"types": "dist/index.d.ts",
"sideEffects": false
"types": "lib/index.d.ts",
"sideEffects": false,
"bugs": {
"url": "https://github.com/barrymichaeldoyle/investec-openapi/issues",
"email": "barry@barrymichaeldoyle.com"
},
"homepage": "https://github.com/barrymichaeldoyle/investec-openapi#readme",
"files": [
"lib/**/*"
]
}
.prettierrc
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