investec-openapi
Advanced tools
Comparing version 2.2.0 to 3.1.0
{ | ||
"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/**/*" | ||
] | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
16000
9
291
0
1
6
5