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.6.1 to 1.6.2

2

dist/index.js

@@ -13,2 +13,4 @@ "use strict";

Object.defineProperty(exports, "ConfigurationError", { enumerable: true, get: function () { return errors_1.ConfigurationError; } });
var sql_proxy_1 = require("./sql-proxy");
Object.defineProperty(exports, "sqlProxy", { enumerable: true, get: function () { return sql_proxy_1.default; } });
var constants_1 = require("./constants");

@@ -15,0 +17,0 @@ Object.defineProperty(exports, "DEFAULT_POLLING_SOURCE_TIMER_INTERVAL", { enumerable: true, get: function () { return constants_1.DEFAULT_POLLING_SOURCE_TIMER_INTERVAL; } });

@@ -18,2 +18,6 @@ import * as t from "io-ts";

export {
default as sqlProxy,
} from "./sql-proxy";
export {
DEFAULT_POLLING_SOURCE_TIMER_INTERVAL,

@@ -20,0 +24,0 @@ } from "./constants";

2

package.json
{
"name": "@pipedream/platform",
"version": "1.6.1",
"version": "1.6.2",
"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