New:Socket for Asana Is Now Available.Learn more
Get Started

archon

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

archon - npm Package Compare versions

Comparing version
3.1.1
to
3.1.2
+5
-3
lib/gitFunctions.js

@@ -22,5 +22,7 @@

for (var i = 0; i < teams.length; i++) {
matches = teams[i].match(re);
if (matches && matches.length == 1) {
return matches[0];
if (teams[i].indexOf('team') === 0) {
matches = teams[i].match(re);
if (matches && matches.length == 1) {
return matches[0];
}
}

@@ -27,0 +29,0 @@ }

@@ -10,3 +10,3 @@ {

],
"version": "3.1.1",
"version": "3.1.2",
"license": "MIT",

@@ -13,0 +13,0 @@ "repository": {