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.17 to 0.3.18

5

package.json
{
"name": "@activepieces/pieces-framework",
"version": "0.3.17",
"version": "0.3.18",
"type": "commonjs",
"dependencies": {
"@sinclair/typebox": "0.26.8",
"lodash": "4.17.21",
"nanoid": "3.3.4",
"@activepieces/shared": "0.3.19",
"@activepieces/shared": "0.3.25",
"tslib": "2.4.1"

@@ -10,0 +11,0 @@ },

2

src/lib/context.d.ts

@@ -41,4 +41,4 @@ import { AppConnectionValue, ScheduleOptions, TriggerPayload } from "@activepieces/shared";

export declare enum StoreScope {
COLLECTION = "COLLECTION",
PROJECT = "PROJECT",
FLOW = "FLOW"
}

@@ -6,5 +6,5 @@ "use strict";

(function (StoreScope) {
StoreScope["COLLECTION"] = "COLLECTION";
StoreScope["PROJECT"] = "PROJECT";
StoreScope["FLOW"] = "FLOW";
})(StoreScope = exports.StoreScope || (exports.StoreScope = {}));
//# sourceMappingURL=context.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