New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

appknit-platform-sdk

Package Overview
Dependencies
Maintainers
2
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appknit-platform-sdk - npm Package Compare versions

Comparing version 1.0.53-6 to 1.0.53-7

2

dist/src/types/flow.d.ts

@@ -31,3 +31,3 @@ import { SdkDataPaginateable } from './data';

export declare abstract class SdkFlowProvider {
abstract execute(environmentFlowVersionId: string, data: any): Promise<any>;
abstract execute(environmentFlowVersionId: string, data: any, tags: Record<string, any>): Promise<any>;
abstract getScheduledJobs(status?: CronJobStatus): Promise<SdkDataPaginateable<CronJob>>;

@@ -34,0 +34,0 @@ abstract getScheduledJobById(jobId: string): Promise<CronJob>;

{
"name": "appknit-platform-sdk",
"version": "1.0.53-6",
"version": "1.0.53-7",
"description": "",

@@ -5,0 +5,0 @@ "homepage": "https://appknit.io",

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