@phensley/decimal
Advanced tools
Comparing version 1.1.2 to 1.2.0
{ | ||
"name": "@phensley/decimal", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "Arbitrary precision decimal math", | ||
@@ -30,3 +30,3 @@ "main": "lib/index.js", | ||
"coverage": "jest --coverage --runInBand --no-cache --coverageReporters=html", | ||
"lint": "tslint -p ./tsconfig.lint.json", | ||
"lint": "eslint -c .eslintrc.js --ext .ts src __tests__", | ||
"prepublish": "yarn build", | ||
@@ -46,10 +46,14 @@ "test:watch": "jest --watch --coverage --coverageReporters=html" | ||
"@types/node": "^13.13.4", | ||
"@typescript-eslint/eslint-plugin": "^2.30.0", | ||
"@typescript-eslint/parser": "^2.30.0", | ||
"beautify-benchmark": "^0.2.4", | ||
"benchmark": "^2.1.4", | ||
"chalk": "^4.0.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"jest": "^25.4.0", | ||
"prettier": "^2.0.5", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^25.4.0", | ||
"tslint": "^6.1.2", | ||
"tslint-no-circular-imports": "^0.7.0", | ||
"typescript": "^3.8.3" | ||
@@ -70,3 +74,3 @@ }, | ||
}, | ||
"gitHead": "e310d377df531d1756c419b8687280c77af277ee" | ||
"gitHead": "42b88fa1fa672c12a88dfe4fea152d1eb614e919" | ||
} |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
260567
16