@jest-mock/express
Advanced tools
Comparing version 1.1.8 to 1.1.9
{ | ||
"name": "@jest-mock/express", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "A lightweight Jest mock for unit testing Express", | ||
@@ -15,3 +15,4 @@ "main": "dist/index.js", | ||
"clean": "rm -rf dist/*", | ||
"release": "yarn && yarn clean && yarn build && yarn test && yarn lint", | ||
"release": "yarn prepublishOnly && yarn test && yarn lint", | ||
"prepublishOnly": "yarn && yarn clean && yarn build", | ||
"snyk-protect": "snyk protect", | ||
@@ -44,14 +45,14 @@ "prepare": "yarn run snyk-protect" | ||
"@types/express": "^4.17.8", | ||
"@types/jest": "^26.0.13", | ||
"@typescript-eslint/eslint-plugin": "^4.1.1", | ||
"@typescript-eslint/parser": "^4.1.1", | ||
"@types/jest": "^26.0.14", | ||
"@typescript-eslint/eslint-plugin": "^4.4.0", | ||
"@typescript-eslint/parser": "^4.4.0", | ||
"coveralls": "^3.0.7", | ||
"eslint": "^7.9.0", | ||
"eslint-config-prettier": "^6.4.0", | ||
"eslint": "^7.11.0", | ||
"eslint-config-prettier": "^6.12.0", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"jest": "^26.4.2", | ||
"prettier": "^2.1.1", | ||
"snyk": "^1.395.0", | ||
"ts-jest": "^26.3.0", | ||
"typescript": "^4.0.2" | ||
"jest": "^26.5.2", | ||
"prettier": "^2.1.2", | ||
"snyk": "^1.413.2", | ||
"ts-jest": "^26.4.1", | ||
"typescript": "^4.0.3" | ||
}, | ||
@@ -58,0 +59,0 @@ "dependencies": {}, |
Sorry, the diff of this file is not supported yet
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
310823