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.2 to 1.6.3

dist/sql-prop.js

2

dist/index.js

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

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

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

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

export {
default as sqlProp,
} from "./sql-prop";
export {
default as sqlProxy,

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

3

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

@@ -23,2 +23,3 @@ "homepage": "https://pipedream.com",

"jest": "^29.1.2",
"type-fest": "^4.15.0",
"@octokit/core": "^3.6.0",

@@ -25,0 +26,0 @@ "typescript": "^3.5.3"

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