Comparing version 0.0.0 to 0.1.0
{ | ||
"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": "*" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
68297
15
1957
1
195
0
1
90
3
+ Addedminimist@*
+ Addedminimist@1.2.8(transitive)