You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@pipedream/types

Package Overview
Dependencies
Maintainers
6
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pipedream/types - npm Package Compare versions

Comparing version

to
0.1.4

22

dist/index.d.ts

@@ -188,5 +188,21 @@ /// <reference types="node" />

}
export interface SourceRunOptions {
event: JSONValue;
}
export declare type SourceHttpRunOptions = {
method: string;
path: string;
query: {
[key: string]: string;
};
headers: {
[key: string]: string;
};
bodyRaw?: string;
body?: {
[key: string]: JSONValue;
};
};
export declare type SourceTimerRunOptions = {
timestamp: number;
interval_seconds: number;
};
export declare type SourceRunOptions = SourceHttpRunOptions | SourceTimerRunOptions;
export interface ActionRunOptions {

@@ -193,0 +209,0 @@ $: Pipedream;

2

package.json
{
"name": "@pipedream/types",
"version": "0.1.3",
"version": "0.1.4",
"description": "Pipedream TypeScript types",

@@ -5,0 +5,0 @@ "keywords": [