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

mailhound

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailhound - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

8

package.json
{
"name": "mailhound",
"version": "1.0.1",
"version": "1.0.2",
"description": "Mailhound is a simple server side script for receiving form posts and emailing the form values.",

@@ -17,2 +17,5 @@ "keywords": [

},
"bin": {
"mailhound": "./server.js"
},
"repository": "chadfawcett/mailhound",

@@ -35,3 +38,4 @@ "scripts": {

"node": "0.12.x"
}
},
"preferGlobal": "true"
}

@@ -0,1 +1,3 @@

#!/usr/bin/env node
var express = require('express')

@@ -2,0 +4,0 @@ var bodyParser = require('body-parser');

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