does-it-fit
Advanced tools
+26
-5
| { | ||
| "name": "does-it-fit", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Determine whether an HTTP endpoint's TCP response fits within minimum constraints", | ||
| "main": "index.js", | ||
| "bin": "./cli.js", | ||
| "bin": { | ||
| "does-it-fit": "./cli.js" | ||
| }, | ||
| "scripts": { | ||
| "test": "standard && tap -R spec test" | ||
| }, | ||
| "precommit": ["npm test"], | ||
| "precommit": [ | ||
| "npm test" | ||
| ], | ||
| "keywords": [ | ||
| "performance", "TCP", "TCP Segment", "TCP window", "MSS", "Ethernet packet", "TCP roundtrip" | ||
| "performance", | ||
| "TCP", | ||
| "TCP Segment", | ||
| "TCP window", | ||
| "MSS", | ||
| "Ethernet packet", | ||
| "TCP roundtrip" | ||
| ], | ||
@@ -26,3 +36,14 @@ "author": "David Mark Clements", | ||
| "tap": "^6.3.2" | ||
| } | ||
| }, | ||
| "directories": { | ||
| "test": "test" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/davidmarkclements/does-it-fit.git" | ||
| }, | ||
| "bugs": { | ||
| "url": "https://github.com/davidmarkclements/does-it-fit/issues" | ||
| }, | ||
| "homepage": "https://github.com/davidmarkclements/does-it-fit#readme" | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
12739
3%1
-50%0
-100%1
-50%