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 2.0.0-3 to 2.0.0-4

8

dist/src/types/sdkExtension.d.ts

@@ -48,4 +48,4 @@ import { AppknitSDK } from '../sdk';

};
export declare type GraphFunction = (args: SdkGraphFunctionArgument) => Promise<any>;
export declare type ExpressionFunction = (args: SdkExpressionFunctionArgument) => any;
export declare type SdkGraphFunction = (args: SdkGraphFunctionArgument) => Promise<any>;
export declare type SdkExpressionFunction = (args: SdkExpressionFunctionArgument) => any;
export declare enum SdkGraphFunctionType {

@@ -63,3 +63,3 @@ NODE = "NODE",

svgSymbolMarkup: () => string;
js: GraphFunction;
js: SdkGraphFunction;
}

@@ -71,3 +71,3 @@ export interface SdkExpressionFunctionEntry {

outputSchema: SdkOpenApiSchemaProperty;
js: ExpressionFunction;
js: SdkExpressionFunction;
}

@@ -74,0 +74,0 @@ export declare enum SdkIntegrationSourceType {

{
"name": "appknit-platform-sdk",
"version": "2.0.0-3",
"version": "2.0.0-4",
"description": "",

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

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