Socket
Socket
Sign inDemoInstall

@commitlint/parse

Package Overview
Dependencies
86
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.3.0 to 8.3.2

3

lib/index.js
"use strict";
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());

@@ -8,0 +9,0 @@ });

{
"name": "@commitlint/parse",
"version": "8.3.0",
"version": "8.3.2",
"description": "Lint your commit messages",

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

"@commitlint/utils": "^8.3.0",
"@types/lodash": "4.14.140",
"@types/lodash": "4.14.144",
"import-from": "3.0.0",
"typescript": "3.5.3"
"typescript": "3.6.4"
},

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

},
"gitHead": "e2edc43219f5005cee5222133859bb0e839c4a05"
"gitHead": "0382070379cfc841da8dc57718d232d1649dac6f"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc