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

machinepack-http

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machinepack-http - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

7

machines/fetch-webpage-html.js

@@ -92,3 +92,8 @@ module.exports = {

error: exits.error,
notOk: exits.notOk,
requestFailed: exits.requestFailed,
badRequest: exits.badRequest,
unauthorized: exits.unauthorized,
forbidden: exits.forbidden,
notFound: exits.notFound,
serverError: exits.serverError,
success: function (response){

@@ -95,0 +100,0 @@ var html = response.body;

2

package.json
{
"name": "machinepack-http",
"version": "2.0.0",
"version": "2.0.1",
"description": "Send an HTTP request.",

@@ -5,0 +5,0 @@ "scripts": {

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