Socket
Socket
Sign inDemoInstall

@commitlint/load

Package Overview
Dependencies
Maintainers
4
Versions
87
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 17.4.1 to 17.4.2

5

lib/utils/load-config.js

@@ -12,2 +12,3 @@ "use strict";

const moduleName = 'commitlint';
const tsLoader = (0, cosmiconfig_typescript_loader_1.TypeScriptLoader)();
const explorer = (0, cosmiconfig_1.cosmiconfig)(moduleName, {

@@ -33,4 +34,4 @@ searchPlaces: [

loaders: {
'.ts': (0, cosmiconfig_typescript_loader_1.TypeScriptLoader)(),
'.cts': (0, cosmiconfig_typescript_loader_1.TypeScriptLoader)(),
'.ts': tsLoader,
'.cts': tsLoader,
},

@@ -37,0 +38,0 @@ });

6

package.json
{
"name": "@commitlint/load",
"version": "17.4.1",
"version": "17.4.2",
"description": "Load shared commitlint configuration",

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

"devDependencies": {
"@commitlint/test": "^17.4.0",
"@commitlint/test": "^17.4.2",
"@commitlint/utils": "^17.4.0",

@@ -63,3 +63,3 @@ "@types/lodash.isplainobject": "^4.0.7",

},
"gitHead": "317d0444d69a08ea0b6ec2f69ec495a4010fa9d9"
"gitHead": "3c691ad507293db4ecb7ddd3559afca871c1e0bc"
}

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