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

@dylburger/platform

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dylburger/platform - npm Package Compare versions

Comparing version 0.8.3 to 0.8.4

12

dist/axios.js

@@ -90,7 +90,13 @@ "use strict";

catch (err) {
if (err.response)
step.debug = utils_1.cloneSafe(err.response);
throw err;
if (err.response) {
if (step.export) {
step.export("debug", utils_1.cloneSafe(err.response));
}
else {
step.debug = utils_1.cloneSafe(err.response);
}
throw err;
}
}
}
exports.default = default_1;
{
"name": "@dylburger/platform",
"version": "0.8.3",
"version": "0.8.4",
"description": "Pipedream platform globals (typing and runtime type checking)",

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

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