@jest-mock/express
Advanced tools
Comparing version 0.9.2 to 0.9.3
{ | ||
"name": "@jest-mock/express", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "A lightweight Jest mock for unit testing Express", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.js", | ||
"@types/express": "^4.17.1", | ||
"@types/jest": "^24.0.19", | ||
"@types/jest": "^25.2.1", | ||
"@typescript-eslint/eslint-plugin": "^2.4.0", | ||
@@ -41,7 +41,7 @@ "@typescript-eslint/parser": "^2.4.0", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"jest": "^24.9.0", | ||
"prettier": "^1.18.2", | ||
"ts-jest": "^24.1.0", | ||
"jest": "^25.3.0", | ||
"prettier": "^2.0.4", | ||
"ts-jest": "^25.3.1", | ||
"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
81695