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.11 to 2.0.0-next.12

10

fetch/index.js

@@ -60,7 +60,7 @@ function apply(src, tar) {

var get = send.bind(send, 'GET');
var post = send.bind(send, 'POST');
var patch = send.bind(send, 'PATCH');
var del = send.bind(send, 'DELETE');
var put = send.bind(send, 'PUT');
var get = /*#__PURE__*/ send.bind(send, 'GET');
var post = /*#__PURE__*/ send.bind(send, 'POST');
var patch = /*#__PURE__*/ send.bind(send, 'PATCH');
var del = /*#__PURE__*/ send.bind(send, 'DELETE');
var put = /*#__PURE__*/ send.bind(send, 'PUT');

@@ -67,0 +67,0 @@ exports.del = del;

@@ -72,7 +72,7 @@ const { request } = require('https');

const get = send.bind(send, 'GET');
const post = send.bind(send, 'POST');
const patch = send.bind(send, 'PATCH');
const del = send.bind(send, 'DELETE');
const put = send.bind(send, 'PUT');
const get = /*#__PURE__*/ send.bind(send, 'GET');
const post = /*#__PURE__*/ send.bind(send, 'POST');
const patch = /*#__PURE__*/ send.bind(send, 'PATCH');
const del = /*#__PURE__*/ send.bind(send, 'DELETE');
const put = /*#__PURE__*/ send.bind(send, 'PUT');

@@ -79,0 +79,0 @@ exports.del = del;

{
"name": "httpie",
"version": "2.0.0-next.11",
"version": "2.0.0-next.12",
"repository": "lukeed/httpie",

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

@@ -63,7 +63,7 @@ function apply(src, tar) {

var get = send.bind(send, 'GET');
var post = send.bind(send, 'POST');
var patch = send.bind(send, 'PATCH');
var del = send.bind(send, 'DELETE');
var put = send.bind(send, 'PUT');
var get = /*#__PURE__*/ send.bind(send, 'GET');
var post = /*#__PURE__*/ send.bind(send, 'POST');
var patch = /*#__PURE__*/ send.bind(send, 'PATCH');
var del = /*#__PURE__*/ send.bind(send, 'DELETE');
var put = /*#__PURE__*/ send.bind(send, 'PUT');

@@ -70,0 +70,0 @@ exports.del = del;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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