Socket
Socket
Sign inDemoInstall

@commitlint/top-level

Package Overview
Dependencies
Maintainers
4
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/top-level - npm Package Compare versions

Comparing version 13.0.0 to 13.2.0

8

CHANGELOG.md

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

# [13.2.0](https://github.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) (2021-09-28)
**Note:** Version bump only for package @commitlint/top-level
# [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24)

@@ -8,0 +16,0 @@

4

lib/index.js

@@ -23,6 +23,6 @@ "use strict";

async function searchDotGit(cwd) {
const foundFile = await find_up_1.default('.git', { cwd, type: 'file' });
const foundDir = await find_up_1.default('.git', { cwd, type: 'directory' });
const foundFile = await (0, find_up_1.default)('.git', { cwd, type: 'file' });
const foundDir = await (0, find_up_1.default)('.git', { cwd, type: 'directory' });
return foundFile || foundDir;
}
//# sourceMappingURL=index.js.map
{
"name": "@commitlint/top-level",
"version": "13.0.0",
"version": "13.2.0",
"description": "Lint your commit messages",

@@ -37,3 +37,3 @@ "main": "lib/index.js",

"devDependencies": {
"@commitlint/utils": "^13.0.0"
"@commitlint/utils": "^13.2.0"
},

@@ -43,3 +43,3 @@ "dependencies": {

},
"gitHead": "ca0ddf736a495fe6868cb9b4c43ae65476a5a6bf"
"gitHead": "65e45339c79e46d01e35ec067edf14d225a3528a"
}

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