@huksley/request
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14884
292