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.0.31 to 1.0.32

12

lib/getConnectors/index.js
/*
* Get a fully list of all the connectors and the configuration
* attached to all of them. No validation at this stage, just get
* attached to all of them. No validation at this stage, just get
* the data out from the filesystem.

@@ -20,3 +20,5 @@ */

console.log('connector directories', connectorDirectories);
connectors = _.map(connectorDirectories, function (connectorDirectory) {

@@ -35,3 +37,3 @@

// default to directory name
connector.name = connector.name || connectorDirectory;
connector.name = connector.name || connectorDirectory;

@@ -68,2 +70,4 @@ // Add the global model file

console.log(connectorDirectory, 'message', message, files);
var output = {};

@@ -108,5 +112,1 @@

};
{
"name": "@trayio/falafel",
"version": "1.0.31",
"version": "1.0.32",
"description": "",

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

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