@jest-mock/express
Advanced tools
Comparing version 0.9.6 to 1.0.0
{ | ||
"name": "@jest-mock/express", | ||
"version": "0.9.6", | ||
"version": "1.0.0", | ||
"description": "A lightweight Jest mock for unit testing Express", | ||
@@ -21,5 +21,9 @@ "main": "dist/index.js", | ||
"keywords": [ | ||
"test", | ||
"testing", | ||
"mock", | ||
"mocking", | ||
"jest", | ||
"mock", | ||
"express" | ||
"express", | ||
"typescript" | ||
], | ||
@@ -35,13 +39,13 @@ "author": "bikk-uk", | ||
"@types/jest": "^25.2.1", | ||
"@typescript-eslint/eslint-plugin": "^2.4.0", | ||
"@typescript-eslint/parser": "^2.4.0", | ||
"@typescript-eslint/eslint-plugin": "^3.1.0", | ||
"@typescript-eslint/parser": "^3.1.0", | ||
"coveralls": "^3.0.7", | ||
"eslint": "^6.5.1", | ||
"eslint": "^7.1.0", | ||
"eslint-config-prettier": "^6.4.0", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"jest": "^25.3.0", | ||
"jest": "^26.0.1", | ||
"prettier": "^2.0.4", | ||
"ts-jest": "^25.3.1", | ||
"ts-jest": "^26.1.0", | ||
"typescript": "^3.6.4" | ||
} | ||
} |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
95558
0
0