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.13.0 to 1.13.1

6

dist/schema/doflo/v1.0.0/definitions/credentialSchema.json

@@ -6,5 +6,4 @@ {

"properties": {
"title": {
"type": "string",
"description": "when present title is used in place of name as long as a localization file is not present"
"description": {
"$ref": "./basicElementInfo.json"
},

@@ -68,3 +67,4 @@ "hidden": { "type": "boolean" },

],
"required": ["description"],
"additionalProperties": false
}

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

export interface ElementAction extends ElementActionSchema {
actionName: string;
methods: {

@@ -197,3 +196,2 @@ [key: string]: (context: ActionExecutionContext) => IActionResponses;

export interface ElementSignal extends ElementSignalSchema {
signalName: string;
methods: {

@@ -200,0 +198,0 @@ [key: string]: (context: ExecutionContext) => IWebHookResponses;

@@ -298,9 +298,6 @@ /**

bridgeApp?: string;
description: BasicElementInfo;
extends?: string[];
hidden?: boolean;
properties?: ElementProperties[];
/**
* when present title is used in place of name as long as a localization file is not present
*/
title?: string;
}

@@ -307,0 +304,0 @@ /**

{
"name": "@doflo/flow-interfaces",
"version": "1.13.0",
"version": "1.13.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

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