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
2
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.22.3 to 1.22.4

2

dist/types/api/action/index.d.ts

@@ -58,3 +58,3 @@ import { IResponse, AsyncReceipt } from '../..';

run<O = IResponse, InputData = any>(namespace: string, actionName: string, credential?: any, runningAs?: any, data?: InputData): Promise<O>;
runElement<O = IResponse, InputData = any>(namespace: string, actionName: string, credential: any, runningAs: string, data?: InputData): Promise<O>;
runElement<O = IResponse, InputData = any>(namespace: string, actionName: string, credential?: any, runningAs?: string, data?: InputData): Promise<O>;
/**

@@ -61,0 +61,0 @@ * ![doFlo Logo](https://schemas.doflo.com/docslogo.png?topic=api.action.create&v=1.0.0)

{
"name": "@doflo/flow-interfaces",
"version": "1.22.3",
"version": "1.22.4",
"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