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

@integration-app/sdk

Package Overview
Dependencies
Maintainers
1
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.0.12 to 0.0.13

4

dist/bundle.js

@@ -789,3 +789,3 @@ (function (global, factory) {

blueprintKey: IMPORT_BLUEPRINT_KEY,
flowConfig: JSON.stringify({
parameters: JSON.stringify({
schema: options.schema,

@@ -803,3 +803,3 @@ }),

blueprintKey: options.blueprintKey,
flowConfig: JSON.stringify(options.flowConfig),
parameters: JSON.stringify(options.parameters),
});

@@ -806,0 +806,0 @@ iframe.openIframe(uri, {

@@ -16,3 +16,3 @@ export declare function init(options: InitOptions): void;

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

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

@@ -19,3 +19,3 @@ "use strict";

blueprintKey: IMPORT_BLUEPRINT_KEY,
flowConfig: JSON.stringify({
parameters: JSON.stringify({
schema: options.schema,

@@ -33,3 +33,3 @@ }),

blueprintKey: options.blueprintKey,
flowConfig: JSON.stringify(options.flowConfig),
parameters: JSON.stringify(options.parameters),
});

@@ -36,0 +36,0 @@ iframe_1.openIframe(uri, {

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

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

@@ -18,3 +18,3 @@ import { openIframe } from './iframe'

blueprintKey: IMPORT_BLUEPRINT_KEY,
flowConfig: JSON.stringify({
parameters: JSON.stringify({
schema: options.schema,

@@ -32,3 +32,3 @@ }),

blueprintKey: options.blueprintKey,
flowConfig: JSON.stringify(options.flowConfig),
parameters: JSON.stringify(options.parameters),
})

@@ -81,5 +81,5 @@ openIframe(uri, {

blueprintKey: string
flowConfig: any
parameters: any
onFlowRunComplete?: (...args: any) => void
onClose?: (...args: any) => void
}

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