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.5 to 1.0.6

lib/bindConnectors/bindHealthCheck.js

4

lib/buildConnectorsJson/prettyTitle.js

@@ -8,6 +8,6 @@ /*

var sentenceCase = require('mout/string/sentenceCase');
var uncamelCase = require('mout/string/uncamelCase');
var unCamelCase = require('mout/string/unCamelCase');
module.exports = function (name) {
return sentenceCase(uncamelCase(name).replace(/_|-/g, ' '));
return sentenceCase(unCamelCase(name).replace(/_|-/g, ' '));
};
{
"name": "@trayio/falafel",
"version": "1.0.5",
"version": "1.0.6",
"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