Socket
Socket
Sign inDemoInstall

vhost

Package Overview
Dependencies
0
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 1.0.0

.npmignore

41

package.json
{
"name": "vhost",
"description": "'connect's \"vhost\" middleware, modified to accept a generic handler function. Works well with \"stack\", \"connect\", and \"http\" servers.",
"tags": [
"vhost",
"connect",
"stack",
"http",
"server"
],
"version": "0.0.2",
"description": "virtual domain hosting",
"version": "1.0.0",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com",
"twitter": "https://twitter.com/jongleberry"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://gist.github.com/820042.git"
"url": "https://github.com/expressjs/vhost.git"
},
"homepage": "https://gist.github.com/820042",
"author": "Nathan Rajlich <nathan@tootallnate.net>",
"main": "./vhost.js",
"engines": {
"node": "*"
"bugs": {
"mail": "me@jongleberry.com",
"url": "https://github.com/expressjs/vhost/issues"
},
"directories": {},
"files": [
""
]
"devDependencies": {
"mocha": "^1.17.0",
"should": "^3.0.0",
"supertest": "*",
"connect": "*"
},
"scripts": {
"test": "make test"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc