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.1.0 to 1.1.1

2

dist/axios.js

@@ -119,3 +119,3 @@ "use strict";

}
console.log(`export: ${key} - ${message}`);
console.log(`export: ${key} - ${JSON.stringify(message, null, 2)}`);
}

@@ -120,3 +120,3 @@ import axios from "axios";

console.log(`export: ${key} - ${message}`);
console.log(`export: ${key} - ${JSON.stringify(message, null, 2)}`);
}
{
"name": "@pipedream/platform",
"version": "1.1.0",
"version": "1.1.1",
"description": "Pipedream platform globals (typing and runtime type checking)",

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

"dependencies": {
"axios": "^0.19.0",
"axios": "^0.21.2",
"fp-ts": "^2.0.2",
"io-ts": "^2.0.0"
"io-ts": "^2.0.0",
"querystring": "^0.2.1"
},

@@ -20,0 +21,0 @@ "devDependencies": {

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