Socket
Socket
Sign inDemoInstall

httpie

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

httpie - npm Package Compare versions

Comparing version 0.3.0 to 1.0.0

httpie.d.ts

7

package.json
{
"name": "httpie",
"version": "0.3.0",
"version": "1.0.0",
"repository": "lukeed/httpie",

@@ -8,2 +8,3 @@ "description": "A lightweight, Promise-based wrapper for Node.js HTTP requests~!",

"main": "dist/httpie.js",
"types": "httpie.d.ts",
"license": "MIT",

@@ -21,5 +22,6 @@ "author": {

"pretest": "npm run build",
"test": "tape test/*.js | tap-spec"
"test": "tape -r esm test/*.js | tap-spec"
},
"files": [
"*.d.ts",
"dist"

@@ -35,2 +37,3 @@ ],

"bundt": "^0.2.0",
"esm": "^3.2.0",
"tap-spec": "^5.0.0",

@@ -37,0 +40,0 @@ "tape": "^4.9.1"

@@ -12,2 +12,5 @@ <div align="center">

</a>
<a href="https://codecov.io/gh/lukeed/httpie">
<img src="https://badgen.now.sh/codecov/c/github/lukeed/httpie" alt="codecov" />
</a>
<a href="https://npmjs.org/package/httpie">

@@ -25,3 +28,3 @@ <img src="https://badgen.now.sh/npm/dm/httpie" alt="downloads" />

* Automatically handles JSON requests and responses
* Extremely lightweight with **no dependencies** – 544 bytes!
* Extremely lightweight with **no dependencies** – 632 bytes!
* Includes aliases for common HTTP verbs: `get`, `post`, `put`, `patch`, and `del`

@@ -28,0 +31,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