Socket
Socket
Sign inDemoInstall

http2

Package Overview
Dependencies
0
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0 to 0.0.1

doc/docco.css

22

package.json
{
"name": "http2",
"version": "0.0.0",
"version": "0.0.1",
"description": "An HTTP/2 server implementation",
"main": "index.js",
"engines" : {
"node" : ">=0.10.0"
},
"devDependencies": {
"chai": "*",
"mocha": "*",
"docco": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha --reporter spec",
"prepublish": "docco lib/* --output doc --layout parallel --css doc/docco.css"
},

@@ -13,9 +22,12 @@ "repository": {

},
"homepage": "https://github.com/molnarg/node-http2",
"bugs": {
"url": "https://github.com/molnarg/node-http2/issues"
},
"keywords": [
"http2"
],
"author": "Gábor Molnár",
"author": "Gábor Molnár <gabor@molnar.es> (http://gabor.molnar.es)",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "a31006b87a733e7187dfdb18683916877d416553"
"readmeFilename": "README.md"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc