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
0
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.26 to 1.22.27

3

dist/types/index.d.ts

@@ -535,2 +535,5 @@ /// <reference types="node" />

}
export declare class FlowFilterFailure extends FlowError {
constructor(message: string);
}
/**

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

@@ -29,3 +29,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.FlowTimeoutError = exports.FlowCredentialError = exports.FlowCommunicationError = exports.FlowTemporaryError = exports.FlowMissingParametersError = exports.FlowApiError = exports.FlowError = exports.ui = exports.validation = exports.api = void 0;
exports.FlowFilterFailure = exports.FlowTimeoutError = exports.FlowCredentialError = exports.FlowCommunicationError = exports.FlowTemporaryError = exports.FlowMissingParametersError = exports.FlowApiError = exports.FlowError = exports.ui = exports.validation = exports.api = void 0;
exports.api = __importStar(require("./api"));

@@ -85,2 +85,8 @@ exports.validation = __importStar(require("./validation"));

exports.FlowTimeoutError = FlowTimeoutError;
class FlowFilterFailure extends FlowError {
constructor(message) {
super(message, 'FilterFailure');
}
}
exports.FlowFilterFailure = FlowFilterFailure;
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@doflo/flow-interfaces",
"version": "1.22.26",
"version": "1.22.27",
"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