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.3.34 to 0.3.35

2

package.json
{
"name": "@activepieces/shared",
"version": "0.3.34",
"version": "0.3.35",
"type": "commonjs",

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

@@ -23,3 +23,2 @@ import { FlowOperationRequest } from './flow-operations';

apply(flowVersion: FlowVersion, operation: FlowOperationRequest): FlowVersion;
clone: (flowVersion: FlowVersion) => FlowVersion;
getStep: typeof getStep;

@@ -26,0 +25,0 @@ isAction: typeof isAction;

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

},
clone: (flowVersion) => {
return JSON.parse(JSON.stringify(flowVersion));
},
getStep,

@@ -326,0 +323,0 @@ isAction,

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