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

dhcp

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dhcp - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

.npmignore

59

package.json
{
"name": "dhcp",
"description": "Low level dhcp server",
"version": "0.0.0",
"author": "Jan Buschtöns <buschtoens@gmail.com>",
"contributors": [
{ "name": "Jan Buschtöns", "email": "buschtoens@gmail.com", "url": "https://github.com/silvinci" }
"title": "dhcp",
"version": "0.1.0",
"homepage": "https://github.com/infusion/node-dhcp",
"bugs": "https://github.com/infusion/node-dhcp/issues",
"description": "A DHCP server written in JavaScript",
"keywords": [
"dhcp",
"network",
"server",
"daemon",
"ip",
"ethernet",
"net",
"bootp",
"dhclient",
"udp"
],
"license": "MIT",
"keywords": ["dhcp", "bootp", "udp", "network", "ip", "ethernet", "net", "udp"],
"repository": "git://github.com/silvinci/dhcp",
"main": "index",
"engines": { "node": "*" },
"scripts": { "prepublish": "npm prune", "test": "mocha -R spec -r should" },
"devDependencies": { "mocha": "~1.7.3", "should": "~1.2.1" }
}
"author": "Robert Eisele <robert@xarg.org> (http://www.xarg.org/)",
"main": "dhcp",
"private": false,
"readmeFilename": "README.md",
"directories": {
"example": "examples"
},
"license": "MIT OR GPL-2.0",
"repository": {
"type": "git",
"url": "git://github.com/infusion/node-dhcp.git"
},
"bin": {
"dhcp": "./bin/dhcp-cli.js",
"dhcpd": "./bin/dhcp-cli.js"
},
"engines": {
"node": "*"
},
"scripts": {
"test": "mocha tests/*.js"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"dependencies": {
"minimist": "*"
}
}
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