Socket
Socket
Sign inDemoInstall

c12

Package Overview
Dependencies
Maintainers
1
Versions
45
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 1.4.1 to 1.4.2

34

package.json
{
"name": "c12",
"version": "1.4.1",
"version": "1.4.2",
"description": "Smart Config Loader",

@@ -29,3 +29,3 @@ "repository": "unjs/c12",

"release": "changelogen --release && npm publish && git push --follow-tags",
"test": "vitest run --coverage && pnpm test:types",
"test": "pnpm lint && vitest run --coverage && pnpm test:types",
"test:types": "tsc --noEmit"

@@ -36,24 +36,24 @@ },

"defu": "^6.1.2",
"dotenv": "^16.0.3",
"dotenv": "^16.3.1",
"giget": "^1.1.2",
"jiti": "^1.18.2",
"mlly": "^1.2.0",
"ohash": "^1.1.1",
"pathe": "^1.1.0",
"perfect-debounce": "^0.1.3",
"pkg-types": "^1.0.2",
"rc9": "^2.1.0"
"mlly": "^1.4.0",
"ohash": "^1.1.2",
"pathe": "^1.1.1",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.0.3",
"rc9": "^2.1.1"
},
"devDependencies": {
"@vitest/coverage-c8": "^0.30.1",
"@vitest/coverage-v8": "^0.32.2",
"changelogen": "^0.5.3",
"eslint": "^8.38.0",
"eslint-config-unjs": "^0.1.0",
"expect-type": "^0.15.0",
"prettier": "^2.8.7",
"typescript": "^5.0.4",
"eslint": "^8.43.0",
"eslint-config-unjs": "^0.2.1",
"expect-type": "^0.16.0",
"prettier": "^2.8.8",
"typescript": "^5.1.3",
"unbuild": "^1.2.1",
"vitest": "^0.30.1"
"vitest": "^0.32.2"
},
"packageManager": "pnpm@8.3.0"
"packageManager": "pnpm@8.6.3"
}

@@ -78,5 +78,5 @@ # ⚙️ c12

### `configName`
### `configFile`
Configuration file name without extension. Default is generated from `name` (name=foo => `foo.config`).
Configuration file name without extension. Default is generated from `name` (f.e., if `name` is `foo`, the config file will be => `foo.config`).

@@ -83,0 +83,0 @@ Set to `false` to avoid loading the config file.

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