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.0.5

2

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

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -108,3 +108,3 @@ /* eslint-disable @typescript-eslint/ban-types */

page?: number;
prevContext?; // XXX could be typed using context from OptionalOptsFn ReturnValue?
prevContext?: any; // XXX could be typed using context from OptionalOptsFn ReturnValue?
[key: string]: any; // XXX properties in the return value of OptionalOptsFn can be included. Strictly type this instead?

@@ -111,0 +111,0 @@ }