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.16 to 0.1.17

4

data-composer.d.ts

@@ -38,4 +38,4 @@ export declare enum DataLocatorStepType {

locator: DataLocator;
items?: DataComposerRecipe;
constructor(locator: DataLocator, items?: DataComposerRecipe);
items?: any;
constructor(locator: DataLocator, items?: any);
}

@@ -42,0 +42,0 @@ export declare class DataComposerRecipePlain extends DataComposerRecipeBase {

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

@@ -8,3 +8,3 @@ "main": "index.js",

"scripts": {
"build": "npm run build:compile && npm run build:bundle",
"build": "npm run cleanup && npm run build:compile && npm run build:bundle",
"cleanup": "rm *.js.map && rm *.d.ts && find . -type f -name \"*.js\" -depth 1 -not -name \"rollup.config.js\" -not -name \".eslintrc.js\" -delete",

@@ -11,0 +11,0 @@ "build:compile": "tsc",

@@ -55,3 +55,3 @@ export enum DataLocatorStepType {

export class DataComposerRecipeRef extends DataComposerRecipeBase {
constructor(public locator: DataLocator, public items?: DataComposerRecipe) {
constructor(public locator: DataLocator, public items?: any) {
super()

@@ -58,0 +58,0 @@ this.type = DataComposerRecipeType.REF

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