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.4 to 8.3.5

2

dist/Explorer.js

@@ -66,3 +66,3 @@ "use strict";

}
return null;
return await this.config.transform(null);
};

@@ -69,0 +69,0 @@ if (this.searchCache) {

@@ -66,3 +66,3 @@ "use strict";

}
return null;
return this.config.transform(null);
};

@@ -69,0 +69,0 @@ if (this.searchCache) {

{
"name": "cosmiconfig",
"version": "8.3.4",
"version": "8.3.5",
"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