Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@activepieces/pieces-framework

Package Overview
Dependencies
Maintainers
3
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activepieces/pieces-framework - npm Package Compare versions

Comparing version 0.3.23 to 0.3.24

4

package.json
{
"name": "@activepieces/pieces-framework",
"version": "0.3.23",
"version": "0.3.24",
"type": "commonjs",

@@ -9,3 +9,3 @@ "dependencies": {

"nanoid": "3.3.4",
"@activepieces/shared": "0.3.38",
"@activepieces/shared": "0.3.41",
"tslib": "2.4.1"

@@ -12,0 +12,0 @@ },

@@ -1,2 +0,2 @@

import { AppConnectionValue, ExecutionType, PauseMetadata, ScheduleOptions, TriggerPayload } from "@activepieces/shared";
import { AppConnectionValue, ExecutionType, PauseMetadata, ScheduleOptions, StopResponse, TriggerPayload } from "@activepieces/shared";
import { TriggerStrategy } from "./trigger/trigger";

@@ -28,3 +28,3 @@ export declare type TriggerHookContext<T, S extends TriggerStrategy> = S extends TriggerStrategy.APP_WEBHOOK ? {

export declare type StopHookParams = {
response?: unknown;
response: StopResponse;
};

@@ -31,0 +31,0 @@ export declare type StopHook = (params: StopHookParams) => void;

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