Socket
Socket
Sign inDemoInstall

@commitlint/load

Package Overview
Dependencies
Maintainers
4
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/load - npm Package Compare versions

Comparing version 19.0.0 to 19.0.1

2

lib/load.d.ts

@@ -0,3 +1,5 @@

import { resolveFrom, resolveFromSilent, resolveGlobalSilent } from '@commitlint/resolve-extends';
import { LoadOptions, QualifiedConfig, UserConfig } from '@commitlint/types';
export default function load(seed?: UserConfig, options?: LoadOptions): Promise<QualifiedConfig>;
export { resolveFrom, resolveFromSilent, resolveGlobalSilent };
//# sourceMappingURL=load.d.ts.map

3

lib/load.js
import path from 'path';
import { validateConfig } from '@commitlint/config-validator';
import executeRule from '@commitlint/execute-rule';
import resolveExtends, { resolveFrom, loadParserPreset, } from '@commitlint/resolve-extends';
import resolveExtends, { resolveFrom, resolveFromSilent, resolveGlobalSilent, loadParserPreset, } from '@commitlint/resolve-extends';
import isPlainObject from 'lodash.isplainobject';

@@ -93,2 +93,3 @@ import merge from 'lodash.merge';

}
export { resolveFrom, resolveFromSilent, resolveGlobalSilent };
//# sourceMappingURL=load.js.map
{
"name": "@commitlint/load",
"type": "module",
"version": "19.0.0",
"version": "19.0.1",
"description": "Load shared commitlint configuration",

@@ -50,3 +50,3 @@ "main": "lib/load.js",

"@commitlint/execute-rule": "^19.0.0",
"@commitlint/resolve-extends": "^19.0.0",
"@commitlint/resolve-extends": "^19.0.1",
"@commitlint/types": "^19.0.0",

@@ -60,3 +60,3 @@ "chalk": "^5.3.0",

},
"gitHead": "f1ff12159d627ee63bf8982ab02e6cca8f10b09f"
"gitHead": "9351b8e1f4e9fc1ff45e55dabcd2d887ac2a8070"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc