Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@commitlint/types

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/types - npm Package Compare versions

Comparing version 9.0.1 to 9.1.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [9.1.0](https://github.com/conventional-changelog/commitlint/compare/v9.0.1...v9.1.0) (2020-06-21)
### Features
* add local plugins support ([#1692](https://github.com/conventional-changelog/commitlint/issues/1692)) ([7b29c48](https://github.com/conventional-changelog/commitlint/commit/7b29c48321b513e091849fbb2cc2bf0e6ebb94a6))
## [9.0.1](https://github.com/conventional-changelog/commitlint/compare/v9.0.0...v9.0.1) (2020-05-26)

@@ -8,0 +19,0 @@

2

lib/load.d.ts

@@ -69,3 +69,3 @@ import { TargetCaseType } from './ensure';

defaultIgnores?: boolean;
plugins?: string[];
plugins?: (string | Plugin)[];
}

@@ -72,0 +72,0 @@ export interface UserPreset {

{
"name": "@commitlint/types",
"version": "9.0.1",
"version": "9.1.0",
"description": "Shared types for commitlint packages",

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

"devDependencies": {
"@commitlint/utils": "^9.0.1"
"@commitlint/utils": "^9.1.0"
},
"gitHead": "7ff3f2902bcaa8b93b653a0af25c811d12ae0dc1"
"gitHead": "c9f5c5cb3f995362c760308f114b6319c0e55ce3"
}

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