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.91 to 0.10.92

2

package.json
{
"name": "@activepieces/shared",
"version": "0.10.91",
"version": "0.10.92",
"type": "commonjs",

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

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

input: Record<string, unknown>;
searchValue?: string;
};

@@ -47,0 +48,0 @@ type BaseExecuteFlowOperation<T extends ExecutionType> = BaseEngineOperation & {

@@ -55,2 +55,3 @@ import { Static } from '@sinclair/typebox';

input: import("@sinclair/typebox").TAny;
searchValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<string>>;
}>;

@@ -57,0 +58,0 @@ export type PieceOptionRequest = Static<typeof PieceOptionRequest>;

@@ -57,2 +57,3 @@ "use strict";

input: typebox_1.Type.Any({}),
searchValue: typebox_1.Type.Optional(typebox_1.Type.String()),
});

@@ -59,0 +60,0 @@ var PieceScope;

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