Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ejnshtein/smol-request

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ejnshtein/smol-request - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

7

package.json
{
"name": "@ejnshtein/smol-request",
"version": "1.1.1",
"version": "1.1.2",
"description": "Tiny http/https request wrapper for Node.js 10 and newer",

@@ -12,2 +12,3 @@ "type": "commonjs",

},
"private": false,
"keywords": [

@@ -29,8 +30,8 @@ "nodejs",

"https-proxy-agent": "^5.0.0",
"node-fetch": "^2.6.0",
"node-fetch": "^2.6.1",
"proxy-agent": "^3.1.1",
"proxying-agent": "^2.4.0",
"socks-proxy-agent": "^5.0.0",
"standard": "^14.3.3"
"standard": "^16.0.1"
}
}

@@ -19,4 +19,4 @@ import { Readable } from 'stream'

url: string,
options: RequestOptions,
formData: qs.ParsedUrlQueryInput
options?: RequestOptions,
formData?: qs.ParsedUrlQueryInput
) => Promise<RequestResult>

@@ -23,0 +23,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc