New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

http-node

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-node - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+2
-2
package.json
{
"name": "http-node",
"version": "0.0.1",
"version": "0.0.2",
"description": "Nodes http as a standalone package",

@@ -13,3 +13,3 @@ "repository": {

"freelist": "^1.0.1",
"http-parser-js": "^0.2.2"
"http-parser-js": "^0.3.0"
},

@@ -16,0 +16,0 @@ "author": {

# http-node
This module is a standalone package of Nodes http, Node.js v0.12.3. Unlike
This module is a standalone package of Nodes http, Node.js v0.12.4. Unlike
[http-browserify](https://www.npmjs.com/package/http-browserify), this is not

@@ -4,0 +4,0 @@ a shim but the original code of Node, so it requires the `net` module. This is