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

@integration-app/sdk

Package Overview
Dependencies
Maintainers
4
Versions
445
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.2.7 to 0.2.8

1

flow-blueprints.d.ts

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

key: string;
name: string;
blueprintKey?: string;

@@ -7,0 +8,0 @@ inputBatchSize?: number;

2

package.json
{
"name": "@integration-app/sdk",
"version": "0.2.7",
"version": "0.2.8",
"description": "JavaScript SDK for Integration.app",

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

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

name: string
blueprintKey?: string

@@ -9,0 +11,0 @@

@@ -22,3 +22,6 @@ import { ErrorData } from './errors'

export interface FlowNode {
id: string // Backwards compatibility - will be removed soon.
/**
* @deprecated
*/
id: string

@@ -25,0 +28,0 @@ /**

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