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.33 to 0.1.34

5

client.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.IntegrationEngineClient = void 0;
const tslib_1 = require("tslib");
const pusher_js_1 = (0, tslib_1.__importDefault)(require("pusher-js"));
const axios_1 = (0, tslib_1.__importDefault)(require("axios"));
const pusher_js_1 = __importDefault(require("pusher-js"));
const axios_1 = __importDefault(require("axios"));
const iframe_1 = require("./iframe");

@@ -8,0 +7,0 @@ const DEFAULT_API_URI = 'https://engine-api.integration.app';

3

data-composer.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.walkSchema = exports.makeSchemaForLocator = exports.getSchemaByLocator = exports.transformToDataLocator = exports.makeRecipeValue = exports.getRecipe = exports.isRecipe = exports.DataComposerRecipeArray = exports.DataComposerRecipeObject = exports.DataComposerRecipeLiteral = exports.DataComposerRecipePlain = exports.DataComposerRecipeRef = exports.DataComposerRecipeBase = exports.DataComposerRecipeType = exports.DataLocatorAnyOfOption = exports.DataLocatorCurrentArrayItem = exports.DataLocatorArrayItem = exports.DataLocatorObjectProperty = exports.DataLocatorStep = exports.DataLocatorStepType = void 0;
const tslib_1 = require("tslib");
const lodash_1 = (0, tslib_1.__importDefault)(require("lodash"));
const lodash_1 = __importDefault(require("lodash"));
const json_schema_1 = require("./json-schema");

@@ -7,0 +6,0 @@ var DataLocatorStepType;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.extractEngineErrorData = exports.getErrorFromData = exports.ConnectionNotFoundError = exports.NotAuthenticatedError = exports.NotFoundError = exports.ConnectionError = exports.EndpointError = exports.FlowRunError = exports.FlowConfigurationError = exports.BadRequestError = exports.InternalError = exports.EngineError = exports.ConnectionNotFoundErrorData = exports.BadRequestErrorData = exports.FlowRunErrorData = exports.FlowConfigurationErrorData = exports.ConnectionErrorData = exports.EndpointErrorData = exports.InternalErrorData = exports.BaseErrorData = exports.ErrorKey = exports.ErrorType = void 0;
const tslib_1 = require("tslib");
const lodash_1 = (0, tslib_1.__importDefault)(require("lodash"));
const lodash_1 = __importDefault(require("lodash"));
var ErrorType;

@@ -7,0 +6,0 @@ (function (ErrorType) {

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

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

@@ -10,3 +10,3 @@ {

"moduleResolution": "node",
"importHelpers": true,
"importHelpers": false,
"declaration": true,

@@ -13,0 +13,0 @@ "alwaysStrict": true,

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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