New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hmpo-stubber

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hmpo-stubber - npm Package Compare versions

Comparing version

to
2.0.1

32

package.json
{
"name": "hmpo-stubber",
"version": "2.0.0",
"version": "2.0.1",
"description": "Create dynamic stub API services using a simple JSON configuration",

@@ -20,3 +20,3 @@ "main": "./lib",

"type": "git",
"url": "git+https://github.com/UKHomeOffice/passports-stubber.git"
"url": "https://github.com/HMPO/hmpo-stubber.git"
},

@@ -35,22 +35,22 @@ "keywords": [

"bugs": {
"url": "https://github.com/UKHomeOffice/passports-stubber/issues"
"url": "https://github.com/HMPO/hmpo-stubber/issues"
},
"homepage": "https://github.com/UKHomeOffice/passports-stubber#readme",
"homepage": "https://github.com/HMPO/hmpo-stubber#readme",
"dependencies": {
"body-parser": "^1.20.2",
"debug": "^4.3.6",
"express": "^4.19.2",
"optionator": "^0.9.4",
"underscore": "^1.13.7"
},
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^8.39.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"mocha": "^10.7.0",
"nyc": "^17.0.0",
"proxyquire": "^2.1.3",
"reqres": "^3.0.1",
"sinon": "^15.0.4",
"sinon": "^18.0.0",
"sinon-chai": "^3.7.0"
},
"dependencies": {
"body-parser": "^1.20.2",
"debug": "^4.3.4",
"express": "^4.18.2",
"optionator": "^0.9.1",
"underscore": "^1.13.6"
},
"nyc": {

@@ -57,0 +57,0 @@ "all": true,