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

core-validate-commit

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

core-validate-commit - npm Package Compare versions

Comparing version 3.12.1 to 3.13.0

6

bin/cmd.js

@@ -18,3 +18,4 @@ #!/usr/bin/env node

const subsystem = require('../lib/rules/subsystem')
const knownOpts = { help: Boolean
const knownOpts = {
help: Boolean
, version: Boolean

@@ -27,3 +28,4 @@ , 'validate-metadata': Boolean

}
const shortHand = { h: ['--help']
const shortHand = {
h: ['--help']
, v: ['--version']

@@ -30,0 +32,0 @@ , V: ['--validate-metadata']

@@ -34,3 +34,3 @@ 'use strict'

// for an example
const { line, column } = findLineAndColumn(context.body, url)
const {line, column} = findLineAndColumn(context.body, url)
context.report({

@@ -46,3 +46,3 @@ id: id

if (match[1] === 'pull' && match[2] === undefined) {
const { line, column } = findLineAndColumn(context.body, url)
const {line, column} = findLineAndColumn(context.body, url)
context.report({

@@ -57,3 +57,3 @@ id: id

} else {
const { line, column } = findLineAndColumn(context.body, url)
const {line, column} = findLineAndColumn(context.body, url)
context.report({

@@ -69,3 +69,3 @@ id: id

} else {
const { line, column } = findLineAndColumn(context.body, url)
const {line, column} = findLineAndColumn(context.body, url)
context.report({

@@ -72,0 +72,0 @@ id: id

@@ -28,2 +28,3 @@ 'use strict'

, 'tools'
, 'wasm'
, 'win'

@@ -73,2 +74,3 @@

, 'vm'
, 'wasi'
, 'worker'

@@ -75,0 +77,0 @@ , 'zlib'

{
"name": "core-validate-commit",
"version": "3.12.1",
"version": "3.13.0",
"description": "Validate the commit message for a particular commit in node core",

@@ -13,11 +13,11 @@ "main": "index.js",

"dependencies": {
"chalk": "~1.1.1",
"chalk": "^2.4.2",
"gitlint-parser-node": "^1.1.0",
"help": "^2.1.3",
"nopt": "^3.0.6"
"help": "^3.0.2",
"nopt": "^4.0.1"
},
"devDependencies": {
"check-pkg": "^2.0.2",
"lintit": "^6.0.1",
"tap": "^12.6.1"
"check-pkg": "^2.1.1",
"lintit": "^7.2.1",
"tap": "^14.9.1"
},

@@ -24,0 +24,0 @@ "files": [

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