Socket
Socket
Sign inDemoInstall

httpie

Package Overview
Dependencies
0
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-next.12 to 2.0.0-next.13

12

package.json
{
"name": "httpie",
"version": "2.0.0-next.12",
"version": "2.0.0-next.13",
"repository": "lukeed/httpie",

@@ -15,6 +15,6 @@ "description": "A lightweight, Promise-based HTTP client for Node.js and the browser~!",

".": {
"worker": "./fetch/index.mjs",
"browser": "./xhr/index.mjs",
"import": "./node/index.mjs",
"require": "./node/index.js",
"browser": "./xhr/index.mjs",
"worker": "./fetch/index.mjs"
"require": "./node/index.js"
},

@@ -73,6 +73,6 @@ "./node": {

"devDependencies": {
"bundt": "1.1.1",
"bundt": "1.1.2",
"esm": "3.2.25",
"uvu": "0.3.3"
"uvu": "0.5.1"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc