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.42 to 0.1.43

.eslintrc

5

flow-blueprints.d.ts

@@ -7,4 +7,4 @@ import { FlowNodeLink } from './flow-nodes';

blueprintKey?: string;
config?: any;
userConfigSchema?: JSONSchema;
parameters?: any;
userParametersSchema?: JSONSchema;
input?: any;

@@ -18,3 +18,2 @@ inputBatchSize?: number;

name: string;
endpointKey: string;
parametersSchema: JSONSchema;

@@ -21,0 +20,0 @@ nodes: Record<string, FlowBlueprintNode>;

1

flows.d.ts

@@ -7,3 +7,2 @@ import { FlowNode } from './flow-nodes';

blueprintKey?: string;
endpointKey: string;
connectionKey?: string;

@@ -10,0 +9,0 @@ name: string;

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

@@ -10,5 +10,6 @@ "main": "index.js",

"cleanup": "rm -f *.js.map && rm -f *.d.ts && find . -type f -maxdepth 1 -name \"*.js\" -not -name \"rollup.config.js\" -not -name \".eslintrc.js\" -delete",
"build:compile": "tsc",
"build:compile": "tsc --project tsconfig.build.json",
"build:bundle": "rollup -c rollup.config.js",
"watch": "tsc --watch",
"lint": "eslint -c .eslintrc .",
"test": "jest",

@@ -15,0 +16,0 @@ "test:watch": "jest --watch"

@@ -11,5 +11,5 @@ import { FlowNodeLink } from './flow-nodes'

config?: any
parameters?: any
userConfigSchema?: JSONSchema
userParametersSchema?: JSONSchema

@@ -33,4 +33,2 @@ input?: any

public endpointKey: string
public parametersSchema: JSONSchema

@@ -37,0 +35,0 @@

@@ -11,4 +11,2 @@ import { FlowNode } from './flow-nodes'

endpointKey: string
connectionKey?: string

@@ -15,0 +13,0 @@

@@ -33,6 +33,8 @@ {

},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules",
"./*.ts",
"**/*.test.ts",
"./*.d.ts",

@@ -39,0 +41,0 @@ "./*.js"

Sorry, the diff of this file is not supported yet

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