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

hapi-swagger-static

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-swagger-static - npm Package Compare versions

Comparing version

to
2.0.0

14

package.json
{
"name": "hapi-swagger-static",
"version": "2.0.0-beta.10",
"version": "2.0.0",
"description": "A small companion plugin for `hapi-swagger` or `hapi-swaggered` providing a static html documentation page as hapi route",

@@ -39,16 +39,16 @@ "main": "src/index.js",

"coveralls": "^3.0.0",
"eslint": "^4.18.1",
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-should-promised": "^2.0.0",
"hapi": "^17.2.1",
"hapi": "^17.2.2",
"hapi-swagger": "^9.1.1",
"inert": "^5.1.0",
"mocha": "^5.0.1",
"mocha": "^5.0.4",
"nyc": "^11.4.1",
"sinon": "^4.4.2",
"sinon-chai": "^2.14.0",
"sinon-chai": "^3.0.0",
"vision": "^5.3.1"

@@ -58,5 +58,5 @@ },

"bluebird": "^3.5.1",
"openapi2html": "^1.0.0-beta.7",
"openapi2html": "^1.0.0",
"swagger-parser": "^4.0.2"
}
}