You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

min-request

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

min-request - npm Package Compare versions

Comparing version
1.2.0
to
1.2.1
+26
-3
package.json
{
"name": "min-request",
"version": "1.2.0",
"version": "1.2.1",
"main": "request.js",

@@ -8,3 +8,5 @@ "scripts": {

},
"author": "chunpu",
"author": {
"name": "chunpu"
},
"license": "ISC",

@@ -23,3 +25,24 @@ "description": "simple request",

},
"homepage": "https://github.com/chunpu/min-request"
"homepage": "https://github.com/chunpu/min-request",
"gitHead": "8a27af9ec1a681ea1ada9ddc08c399dfee4a0d8b",
"_id": "min-request@1.2.0",
"_shasum": "9aa4bde58f4eaebc504431c0d098cbe882253d77",
"_from": "min-request@*",
"_npmVersion": "2.0.0-alpha-5",
"_npmUser": {
"name": "ftft1885",
"email": "ftft1885@163.com"
},
"maintainers": [
{
"name": "ftft1885",
"email": "ftft1885@163.com"
}
],
"dist": {
"shasum": "9aa4bde58f4eaebc504431c0d098cbe882253d77",
"tarball": "http://registry.npmjs.org/min-request/-/min-request-1.2.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/min-request/-/min-request-1.2.0.tgz"
}
min-request
===
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]

@@ -60,1 +61,3 @@

[travis-url]: https://travis-ci.org/chunpu/min-request
[npm-image]: https://img.shields.io/npm/v/min-request.svg?style=flat-square
[npm-url]: https://npmjs.org/package/min-request
+1
-1

@@ -24,3 +24,3 @@ var http = require('http')

, path: parsed.path
, auth: parsed.auth
, auth: parsed.auth || undefined
}

@@ -27,0 +27,0 @@ var method = 'GET'