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-beta.9

12

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

@@ -35,12 +35,12 @@ "main": "src/index.js",

"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-eslint": "^8.2.2",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.0",
"eslint": "^4.18.0",
"eslint": "^4.18.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.6.1",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-should-promised": "^2.0.0",

@@ -52,3 +52,3 @@ "hapi": "^17.2.0",

"nyc": "^11.4.1",
"sinon": "^4.3.0",
"sinon": "^4.4.2",
"sinon-chai": "^2.14.0",

@@ -55,0 +55,0 @@ "vision": "^5.3.1"

@@ -14,3 +14,2 @@ # hapi-swagger-static

[![Maintainability](https://api.codeclimate.com/v1/badges/f71c0020a54eefa732ef/maintainability)](https://codeclimate.com/github/frankthelen/hapi-swagger-static/maintainability)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Ffrankthelen%2Fhapi-swagger-static.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Ffrankthelen%2Fhapi-swagger-static?ref=badge_shield)
[![node](https://img.shields.io/node/v/hapi-swagger-static.svg)]()

@@ -23,3 +22,3 @@ [![code style](https://img.shields.io/badge/code_style-airbnb-brightgreen.svg)](https://github.com/airbnb/javascript)

```bash
npm install --save hapi-swagger-static
npm install hapi-swagger-static
```

@@ -26,0 +25,0 @@