Comparing version 0.2.4 to 0.2.5
@@ -19,3 +19,3 @@ /** | ||
'regex': [ | ||
/\sBSD\s/ | ||
/(?:^|\s)BSD\s/ | ||
] | ||
@@ -26,4 +26,4 @@ }, | ||
'regex': [ | ||
/\sGPL\s/, | ||
/\sGPLv2\s/ | ||
/(?:^|\s)GPL\s/, | ||
/(?:^|\s)GPLv2\s/ | ||
] | ||
@@ -34,3 +34,3 @@ }, | ||
'regex': [ | ||
/\sLGPL\s/ | ||
/(?:^|\s)LGPL\s/ | ||
] | ||
@@ -41,4 +41,4 @@ }, | ||
'regex' : [ | ||
/\sMIT\s/, | ||
/\s\(MIT\)\s/ | ||
/(?:^|\s)MIT\s/, | ||
/(?:^|\s)\(MIT\)\s/ | ||
] | ||
@@ -49,3 +49,3 @@ }, | ||
'regex': [ | ||
/\sApache\sLicen[cs]e\s/i | ||
/(?:^|\s)Apache\sLicen[cs]e\s/i | ||
] | ||
@@ -56,3 +56,3 @@ }, | ||
'regex': [ | ||
/\sMPL\s/ | ||
/(?:^|\s)MPL\s/ | ||
] | ||
@@ -63,5 +63,12 @@ }, | ||
'regex': [ | ||
/\sDO\sWHAT\sTHE\sFUCK\sYOU\sWANT\sTO\sPUBLIC\sLICEN[CS]E\s/i | ||
/(?:^|\s)DO\sWHAT\sTHE\sFUCK\sYOU\sWANT\sTO\sPUBLIC\sLICEN[CS]E\s/i | ||
] | ||
}, | ||
{ | ||
'name': 'ISC', | ||
'regex': [ | ||
/(?:^|\s)ISC\s/, | ||
/(?:^|\s)\(ISC\)\s/ | ||
] | ||
} | ||
@@ -68,0 +75,0 @@ ], |
@@ -6,3 +6,3 @@ { | ||
"author": "Ian Kelly <iandotkelly@gmail.com>", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"license": "MIT", | ||
@@ -9,0 +9,0 @@ "bin" : { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
252670
1856
0