New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@doflo/flow-interfaces

Package Overview
Dependencies
Maintainers
1
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@doflo/flow-interfaces - npm Package Compare versions

Comparing version 1.16.0 to 1.16.1

5

dist/types/api/index.d.ts

@@ -43,2 +43,7 @@ import { actionAPI } from './action';

/**
* #lockedScope
* when supplied all actions and signals will be restricted this namespace and scope
*/
lockedScope?: string;
/**
* #baseURL

@@ -45,0 +50,0 @@ * when supplied all API calls will point to this host name

2

dist/types/executionWrapper.d.ts

@@ -8,3 +8,3 @@ /**

*/
export interface ExecutionWrapper<InputData> {
export interface ExecutionWrapper<InputData = any> {
requestId?: string;

@@ -11,0 +11,0 @@ actionName: string;

@@ -15,3 +15,3 @@ /// <reference types="node" />

export { ExecutionWrapper } from './executionWrapper';
export interface IPropertyOptionsLoadFunctions {
export interface IPropertyOptionsLoadFunctions extends IRPCContext {
getElement(): IElement;

@@ -23,2 +23,4 @@ getEndpoint: (key: string) => string | undefined;

}
export interface IBridgeAppFunction extends IRPCContext {
}
export interface IBridgeSetupFunction extends ISetupFunction {

@@ -33,3 +35,3 @@ }

}
export interface ISetupFunction {
export interface ISetupFunction extends IRPCContext {
getElementInstanceCredential(key?: string): CredentialsSchema;

@@ -45,2 +47,6 @@ getElementInstanceParameter(key: string): any;

}
export interface IRPCContext {
env: EnvironmentData;
log: Logger;
}
export interface IResponse {

@@ -47,0 +53,0 @@ /**

{
"name": "@doflo/flow-interfaces",
"version": "1.16.0",
"version": "1.16.1",
"description": "Public Interfaces, Schemas, & GRPC Signatures for doFlo developers",

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

Sorry, the diff of this file is not supported yet

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