Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "financial", | ||
"version": "0.0.5", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "0.0.6", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"engines": { | ||
"node": ">=12" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"start": "tsdx watch", | ||
"build": "tsdx build", | ||
"build:docs": "typedoc --out docs/ src/", | ||
"test": "tsdx test", | ||
"test:watch": "tsdx test --watch", | ||
"lint": "tsdx lint", | ||
"prepare": "tsdx build" | ||
}, | ||
"keywords": [], | ||
"author": "Luciano", | ||
"license": "ISC" | ||
"peerDependencies": {}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "tsdx lint" | ||
} | ||
}, | ||
"prettier": { | ||
"printWidth": 80, | ||
"semi": true, | ||
"singleQuote": true, | ||
"trailingComma": "es5" | ||
}, | ||
"name": "financial", | ||
"description": "A Zero-dependency TypeScript/JavaScript port of numpy-financial", | ||
"author": "Luciano Mammino", | ||
"module": "dist/financial.esm.js", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^3.4.0", | ||
"@typescript-eslint/parser": "^3.4.0", | ||
"eslint": "^7.3.1", | ||
"eslint-config-standard": "^14.1.1", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"husky": "^4.2.5", | ||
"tsdx": "^0.13.2", | ||
"tslib": "^2.0.0", | ||
"typedoc": "^0.17.7", | ||
"typescript": "^3.9.5" | ||
}, | ||
"keywords": [ | ||
"financial", | ||
"numpy", | ||
"numpy-financial", | ||
"mortgage", | ||
"fv", | ||
"pmt", | ||
"nper", | ||
"ipmt", | ||
"ppmt", | ||
"pv", | ||
"rate", | ||
"irr", | ||
"npv", | ||
"mirr" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
50639
14
734
2
0
68
13
2