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

@integration-app/sdk

Package Overview
Dependencies
Maintainers
3
Versions
444
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@integration-app/sdk - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

dist/pusher.d.ts

0

dist/bundle-index.d.ts
export {};

@@ -0,0 +0,0 @@ "use strict";

3

dist/client.d.ts

@@ -50,3 +50,4 @@ export interface IntegrationAppClientOptions {

blueprintKey: string;
parameters: any;
parameters?: any;
nodes?: any;
onFlowRunComplete?: (...args: any) => void;

@@ -53,0 +54,0 @@ onClose?: (...args: any) => void;

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

parameters: options.parameters,
nodes: options.nodes,
});

@@ -82,0 +83,0 @@ });

@@ -0,0 +0,0 @@ declare type Callbacks = {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IntegrationEngineClient } from './client';

@@ -0,0 +0,0 @@ "use strict";

{
"name": "@integration-app/sdk",
"version": "0.1.8",
"version": "0.1.9",
"description": "JavaScript SDK for Integration.app",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -0,0 +0,0 @@ import commonjs from 'rollup-plugin-commonjs'

@@ -0,0 +0,0 @@ /**

@@ -91,2 +91,3 @@ import Pusher, { Channel } from 'pusher-js'

parameters: options.parameters,
nodes: options.nodes,
})

@@ -370,3 +371,4 @@ }

blueprintKey: string
parameters: any
parameters?: any
nodes?: any
onFlowRunComplete?: (...args: any) => void

@@ -373,0 +375,0 @@ onClose?: (...args: any) => void

@@ -0,0 +0,0 @@ import { connectToChild } from 'penpal'

@@ -0,0 +0,0 @@ import { IntegrationEngineClient } from './client'

@@ -0,0 +0,0 @@ {

Sorry, the diff of this file is too big to display

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