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

gitlint-parser-base

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitlint-parser-base - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

19

index.js

@@ -27,2 +27,21 @@ 'use strict'

toJSON() {
return {
sha: this.sha
, title: this.title
, author: this.author
, date: this.date
, body: this.body
}
}
inspect(depth, opts) {
if (opts && opts.showHidden) {
return Object.assign(this.toJSON(), {
_raw: this._raw
})
}
return this.toJSON()
}
parse() {

@@ -29,0 +48,0 @@ const splits = this._raw.split('\n')

2

package.json
{
"name": "gitlint-parser-base",
"version": "1.0.1",
"version": "1.1.0",
"description": "base parser for gitlint",

@@ -5,0 +5,0 @@ "main": "index.js",

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