@phensley/plurals
Advanced tools
Comparing version 1.1.2 to 1.2.0
{ | ||
"name": "@phensley/plurals", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "Plural rules engine", | ||
@@ -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", | ||
@@ -40,3 +40,3 @@ "test:watch": "jest --watch --coverage --coverageReporters=html" | ||
"dependencies": { | ||
"@phensley/decimal": "1.1.2", | ||
"@phensley/decimal": "^1.2.0", | ||
"tslib": "^1.11.1" | ||
@@ -48,10 +48,14 @@ }, | ||
"@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" | ||
@@ -72,3 +76,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
191836
16
+ Added@phensley/decimal@1.9.2(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@phensley/decimal@1.1.2(transitive)
Updated@phensley/decimal@^1.2.0