rhases-nodejs-commons
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -74,3 +74,3 @@ 'use strict'; | ||
.filter(function (role) { return role.indexOf('$organization') == 0; }) | ||
.map(function (role) { return role.replace(/$organization:.*:/, ''); }))); | ||
.map(function (role) { return role.replace(/:.*:/, ':'); }))); | ||
return orgRoles; | ||
@@ -77,0 +77,0 @@ }; |
{ | ||
"name": "rhases-nodejs-commons", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "Node.js utilities", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
168131