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
3
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.1.18 to 0.1.19

2

endpoint-data-response.d.ts

@@ -11,3 +11,3 @@ import { JSONSchema } from './json-schema';

payload?: any;
inputSchema?: JSONSchema;
variablesSchema?: JSONSchema;
}

@@ -14,0 +14,0 @@ export declare class DataLinksResponse {

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

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

@@ -31,7 +31,7 @@ import { JSONSchema } from './json-schema'

// Can use Data Composer recipes inside using variables
// described by `inputSchema`.
// described by `variablesSchema`.
payload?: any
// Schema for variables used in the payload.
inputSchema?: JSONSchema
variablesSchema?: JSONSchema
}

@@ -38,0 +38,0 @@

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