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

unconfig

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unconfig - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

presets.d.ts

7

dist/index.d.ts

@@ -5,7 +5,4 @@ import { L as LoadConfigOptions, a as LoadConfigResult } from './types-6886c41e';

declare function createConfigLoader(options: LoadConfigOptions): {
load: (force?: boolean) => Promise<{
config: any;
sources: string[];
}>;
declare function createConfigLoader<T>(options: LoadConfigOptions): {
load: (force?: boolean) => Promise<LoadConfigResult<T>>;
findConfigs: () => Promise<string[]>;

@@ -12,0 +9,0 @@ };

{
"name": "unconfig",
"version": "0.2.0",
"version": "0.2.1",
"description": "A universal solution for loading configurations.",

@@ -36,3 +36,4 @@ "keywords": [

"files": [
"dist"
"dist",
"*.d.ts"
],

@@ -39,0 +40,0 @@ "devDependencies": {

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