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

@huksley/request

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@huksley/request - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

package.json
{
"name": "@huksley/request",
"version": "1.0.2",
"version": "1.0.3",
"description": "[gist-sized] Zero dependency, single-file NodeJS 14+ HTTP(s) request module",

@@ -12,3 +12,5 @@ "main": "request.js",

"test": "echo \"Error: no test specified\" && exit 1",
"build": "esbuild --format=cjs request.js > request.cjs"
"build": "esbuild --format=cjs request.js > request.cjs",
"prepublish": "npm run build",
"publish": "npm publish --access public"
},

@@ -15,0 +17,0 @@ "engines": {

@@ -8,2 +8,3 @@ export interface Options {

encoding?: string;
body?: any;
}

@@ -10,0 +11,0 @@

Sorry, the diff of this file is not supported yet

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