Socket
Socket
Sign inDemoInstall

@activepieces/shared

Package Overview
Dependencies
Maintainers
3
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activepieces/shared - npm Package Compare versions

Comparing version 0.10.77 to 0.10.78

4

package.json
{
"name": "@activepieces/shared",
"version": "0.10.77",
"version": "0.10.78",
"type": "commonjs",

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

"semver": "7.6.0",
"tslib": "2.6.2"
"tslib": "2.6.1"
},
"main": "./src/index.js"
}

@@ -29,3 +29,2 @@ import { TriggerType } from '../../flows/triggers/trigger';

setErrorMessage(errorMessage: unknown): GenericStepOutput<T, OUTPUT>;
setDuration(duration: number): GenericStepOutput<T, OUTPUT>;
static create<T extends ActionType | TriggerType, OUTPUT>({ input, type, status, output }: {

@@ -47,3 +46,2 @@ input: unknown;

}): BranchStepOutput;
setDuration(duration: number): BranchStepOutput;
}

@@ -66,4 +64,3 @@ export type LoopStepResult = {

addIteration(): LoopStepOutput;
setDuration(duration: number): LoopStepOutput;
}
export {};

@@ -32,5 +32,2 @@ "use strict";

}
setDuration(duration) {
return new GenericStepOutput(Object.assign(Object.assign({}, this), { duration }));
}
static create({ input, type, status, output }) {

@@ -57,5 +54,2 @@ return new GenericStepOutput({

}
setDuration(duration) {
return new BranchStepOutput(Object.assign(Object.assign({}, this), { duration }));
}
}

@@ -100,7 +94,4 @@ exports.BranchStepOutput = BranchStepOutput;

}
setDuration(duration) {
return new LoopStepOutput(Object.assign(Object.assign({}, this), { duration }));
}
}
exports.LoopStepOutput = LoopStepOutput;
//# sourceMappingURL=step-output.js.map

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