decimal-math-ops
Advanced tools
Comparing version 2.1.5 to 3.0.0
{ | ||
"name": "decimal-math-ops", | ||
"version": "2.1.5", | ||
"main": "dist/index.js", | ||
"version": "3.0.0", | ||
"description": "", | ||
"main": "", | ||
"scripts": { | ||
"postinstall": "if ! pwd | grep -q node_modules ; then patch-package; fi", | ||
"precommit": "ciq package check-file-links", | ||
"commitmsg": "validate-commit-msg", | ||
"preversion": "ciq get && npm run test", | ||
"postpublish": "ciq push", | ||
"clean": "rm -rf dist", | ||
"precompile": "npm run clean", | ||
"justCompile": "node_modules/.bin/tsc -p .", | ||
"compile": "npm run justCompile", | ||
"compile:watch": "node_modules/.bin/watch --filter=watch-filter.js 'npm run justCompile' src", | ||
"watch": "npm-run-all --parallel test:watch compile:watch", | ||
"prestart": "npm run test", | ||
"start": "node dist/index.js", | ||
"dev": "npm run watch", | ||
"pretest": "npm run compile", | ||
"test": "jest --config jest/jest.single.config.js", | ||
"test:watch": "jest --watch --config jest/jest.config.js", | ||
"test:watch:ci": "CI=true npm run test:watch" | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/creditiq/decimal-math-ops" | ||
}, | ||
"peerDependencies": { | ||
"decimal.js": "^10.0.1", | ||
"lodash": "^4.17.11" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^22.2.3", | ||
"@types/lodash": "^4.14.117", | ||
"@types/node": "^10.14.7", | ||
"convert-source-map": "1.3.0", | ||
"decimal.js": "^10.0.1", | ||
"husky": "^0.14.3", | ||
"jest": "^24.8.0", | ||
"jest-cli": "^24.8.0", | ||
"lodash": "^4.17.11", | ||
"npm-run-all": "^4.1.1", | ||
"patch-package": "^6.2.0", | ||
"transform-ts-paths": "^1.0.0", | ||
"ts-jest": "^24.0.2", | ||
"tslint": "^5.16.0", | ||
"typescript": "^3.7.2", | ||
"validate-commit-msg": "^2.14.0", | ||
"watch": "^1.0.2" | ||
}, | ||
"engines": { | ||
"node": ">=6.10.x" | ||
}, | ||
"typings": "dist/index.d.ts", | ||
"description": "placeholder", | ||
"license": "UNLICENSED", | ||
"config": { | ||
"commitizen": { | ||
"path": "cz-conventional-changelog" | ||
} | ||
}, | ||
"ciq": { | ||
"upstream": "git@github.com:creditiq/base.git" | ||
}, | ||
"author": "", | ||
"license": "MIT", | ||
"dependencies": {} | ||
} |
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
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the 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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
0
0
0
0
226
1
0
2
1
2