Socket
Socket
Sign inDemoInstall

c12

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c12 - npm Package Compare versions

Comparing version 0.2.11 to 0.2.12

1

dist/index.d.ts

@@ -62,2 +62,3 @@ import { JITI } from 'jiti';

defaults?: T;
defaultConfig?: T;
overrides?: T;

@@ -64,0 +65,0 @@ resolve?: (id: string, opts: LoadConfigOptions) => null | ResolvedConfig | Promise<ResolvedConfig | null>;

2

package.json
{
"name": "c12",
"version": "0.2.11",
"version": "0.2.12",
"description": "Smart Config Loader",

@@ -5,0 +5,0 @@ "repository": "unjs/c12",

@@ -96,7 +96,11 @@ # c12

Specify default configuration. It has the **lowest** priority.
Specify default configuration. It has the **lowest** priority and is applied **after extending** config.
### `defaultConfig`
Specify default configuration. It is applied **before** extending config.
### `overides`
Specify override configuration. It has the **highest** priority.
Specify override configuration. It has the **highest** priority and is applied **before extending** config.

@@ -103,0 +107,0 @@ ### `jiti`

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc