Socket
Socket
Sign inDemoInstall

cosmiconfig

Package Overview
Dependencies
16
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.3.5 to 8.3.6

4

dist/Explorer.js

@@ -51,3 +51,5 @@ "use strict";

catch (error) {
if (error.code === 'ENOENT' || error.code === 'EISDIR') {
if (error.code === 'ENOENT' ||
error.code === 'EISDIR' ||
error.code === 'ENOTDIR') {
continue;

@@ -54,0 +56,0 @@ }

@@ -51,3 +51,5 @@ "use strict";

catch (error) {
if (error.code === 'ENOENT' || error.code === 'EISDIR') {
if (error.code === 'ENOENT' ||
error.code === 'EISDIR' ||
error.code === 'ENOTDIR') {
continue;

@@ -54,0 +56,0 @@ }

{
"name": "cosmiconfig",
"version": "8.3.5",
"version": "8.3.6",
"description": "Find and load configuration from a package.json property, rc file, TypeScript module, and more!",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc