Comparing version 2.8.0 to 2.8.1
{ | ||
"name": "bse-admin", | ||
"version": "2.8.0", | ||
"version": "2.8.1", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -140,3 +140,4 @@ var Util = require('util'), | ||
blockRegexp = /^\.?\/?(?:\.\.\/)?([\w|-]+)\.blocks\/([\w|-]+)\/?([\w|-]+)?\.(?![md|html|ru\.md|en\.md])/, | ||
licenseRegexp = /^\.?\/?(?:\.\.\/)?LICENSE\.?(txt)?/, | ||
licenseRegexp = /^\.?\/?(?:\.\.\/)?LICENSE\.?(txt)?/i, | ||
contributingRegexp = /^\.?\/?(?:\.\.\/)?CONTRIBUTING\.([md|ru\.md|en\.md])/i, | ||
lib, version, match; | ||
@@ -152,3 +153,3 @@ | ||
match = href.match(blockRegexp) || href.match(licenseRegexp); | ||
match = href.match(blockRegexp) || href.match(licenseRegexp) || href.match(contributingRegexp); | ||
if (match) { | ||
@@ -155,0 +156,0 @@ return [node.ghLibVersionUrl, 'blob', version, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
209945
4780
0