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

@pipedream/platform

Package Overview
Dependencies
Maintainers
6
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pipedream/platform - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

7

dist/axios.js

@@ -107,2 +107,3 @@ "use strict";

if (err.response) {
convertAxiosError(err);
stepExport(step, err.response, "debug");

@@ -125,1 +126,7 @@ }

}
function convertAxiosError(err) {
delete err.response.request;
err.name = `${err.name} - ${err.message}`;
err.message = JSON.stringify(err.response.data);
return err;
}

@@ -110,2 +110,3 @@ import axios from "axios";

if (err.response) {
convertAxiosError(err);
stepExport(step, err.response, "debug");

@@ -130,1 +131,8 @@ }

}
function convertAxiosError(err) {
delete err.response.request;
err.name = `${err.name} - ${err.message}`;
err.message = JSON.stringify(err.response.data);
return err;
}

2

package.json
{
"name": "@pipedream/platform",
"version": "1.2.1",
"version": "1.3.0",
"description": "Pipedream platform globals (typing and runtime type checking)",

@@ -5,0 +5,0 @@ "homepage": "https://pipedream.com",

Sorry, the diff of this file is not supported yet

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