Socket
Socket
Sign inDemoInstall

@commitlint/execute-rule

Package Overview
Dependencies
Maintainers
4
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/execute-rule - npm Package Compare versions

Comparing version 17.0.0 to 17.4.0

8

lib/index.d.ts

@@ -1,7 +0,7 @@

declare type Rule<T> = readonly [string, Config<T>];
declare type Config<T> = T | Promise<T> | ExectableConfig<T>;
declare type ExectableConfig<T> = (() => T) | (() => Promise<T>);
declare type ExecutedRule<T> = readonly [string, T];
type Rule<T> = readonly [string, Config<T>];
type Config<T> = T | Promise<T> | ExectableConfig<T>;
type ExectableConfig<T> = (() => T) | (() => Promise<T>);
type ExecutedRule<T> = readonly [string, T];
export default execute;
export declare function execute<T = unknown>(rule?: Rule<T>): Promise<ExecutedRule<T> | null>;
//# sourceMappingURL=index.d.ts.map
{
"name": "@commitlint/execute-rule",
"version": "17.0.0",
"version": "17.4.0",
"description": "Lint your commit messages",

@@ -38,5 +38,5 @@ "main": "lib/index.js",

"devDependencies": {
"@commitlint/utils": "^17.0.0"
"@commitlint/utils": "^17.4.0"
},
"gitHead": "ed437d29464ab1b239deecb84ce4d1f2a5e471c6"
"gitHead": "7b0f7e805818944ab9fa42c52b6858211bbf2a66"
}

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