Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jest-mock/express

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest-mock/express - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

25

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc