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

@activepieces/shared

Package Overview
Dependencies
Maintainers
3
Versions
222
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.64 to 0.10.65

4

package.json
{
"name": "@activepieces/shared",
"version": "0.10.64",
"version": "0.10.65",
"type": "commonjs",

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

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

@@ -42,2 +42,3 @@ import { AppConnectionValue } from '../app-connection/app-connection';

stepName: string;
flowVersion: FlowVersion;
input: Record<string, unknown>;

@@ -44,0 +45,0 @@ };

@@ -34,2 +34,4 @@ import { Static } from '@sinclair/typebox';

propertyName: import("@sinclair/typebox").TString<string>;
flowId: import("@sinclair/typebox").TString<string>;
flowVersionId: import("@sinclair/typebox").TString<string>;
input: import("@sinclair/typebox").TAny;

@@ -36,0 +38,0 @@ }>;

@@ -33,2 +33,4 @@ "use strict";

propertyName: typebox_1.Type.String({}),
flowId: typebox_1.Type.String(),
flowVersionId: typebox_1.Type.String(),
input: typebox_1.Type.Any({}),

@@ -35,0 +37,0 @@ });

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