Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@trayio/cdk-dsl

Package Overview
Dependencies
Maintainers
4
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trayio/cdk-dsl - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

6

dist/connector/operation/OperationHandler.d.ts

@@ -14,4 +14,3 @@ import { Result, ResultInterface } from '@trayio/tray-commons/result/Result';

export type RegularTriggerOperationHttpRequest = BaseTriggerOperationHttpRequest & {
_tag: 'RegularTriggerOperationHttpRequest';
readonly hasLargeBody: false;
hasLargeBody: false;
body: string;

@@ -21,4 +20,3 @@ form?: Record<string, string[]>;

export type LargeTriggerOperationHttpRequest = BaseTriggerOperationHttpRequest & {
_tag: 'LargeTriggerOperationHttpRequest';
readonly hasLargeBody: true;
hasLargeBody: true;
bodySize: number;

@@ -25,0 +23,0 @@ bodyUrl: string;

{
"name": "@trayio/cdk-dsl",
"version": "0.6.0",
"version": "0.7.0",
"description": "A DSL for connector development",

@@ -5,0 +5,0 @@ "exports": {

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