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

@trayio/falafel

Package Overview
Dependencies
Maintainers
1
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trayio/falafel - npm Package Compare versions

Comparing version 1.24.1 to 1.24.2

4

package.json
{
"name": "@trayio/falafel",
"version": "1.24.1",
"version": "1.24.2",
"description": "A framework for developing and running connectors.",

@@ -20,3 +20,3 @@ "main": "lib/index.js",

"dependencies": {
"@trayio/threadneedle": "~1.10.2",
"@trayio/threadneedle": "~1.10.3",
"aws-sdk": "~2.413.0",

@@ -23,0 +23,0 @@ "generate-schema": "~2.6.0",

@@ -243,3 +243,3 @@ # falafel

## File handling
In tray.io workflows, files are handled by uploading files to bucket in AWS S3, and the using a pointer object to reference the file in workflows.
In tray.io workflows, files are handled by uploading files to bucket in AWS S3, and the using a pointer object to reference the file in workflows. The default bucket is `workflow-file-uploads`, except in development mode, in which case it is `workflow-file-uploads-dev`; in both cases the region is `us-west-2`.

@@ -246,0 +246,0 @@ The file pointer object takes the following formatting:

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