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

confortable

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

confortable - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

confortable.js

@@ -44,3 +44,3 @@ var fs = require('fs')

var result = findFromStart(name, start);
if (!fallbackDir) {
if (result || !fallbackDir) {
return result;

@@ -47,0 +47,0 @@ }

@@ -0,1 +1,5 @@

0.1.4 / 2012-07-17
==================
* Fixed a bug with fallback dir overriding cwd search
0.1.3 / 2012-07-18

@@ -2,0 +6,0 @@ ==================

@@ -5,3 +5,3 @@ {

"description": "Finds the right recursively placed config file",
"version": "0.1.3",
"version": "0.1.4",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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