@memberjunction/global
Advanced tools
Comparing version 0.9.16 to 0.9.19
@@ -50,3 +50,3 @@ "use strict"; | ||
return r.BaseClass.name === baseClass.name && // we use the name of the class instead of the class itself because JS is finicky about this since a given module can be loaded in various places (like from multiple other modules) and the class itself will be different in each case | ||
(key === undefined ? true : r.Key.trim().toLowerCase() === key.trim().toLowerCase()); | ||
(key === undefined || key === null ? true : r.Key.trim().toLowerCase() === key.trim().toLowerCase()); | ||
}); | ||
@@ -53,0 +53,0 @@ } |
{ | ||
"name": "@memberjunction/global", | ||
"version": "0.9.16", | ||
"version": "0.9.19", | ||
"description": "MemberJunction: Global Object - Needed for ALL other MJ components", | ||
@@ -22,6 +22,6 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@memberjunction/core": "^0.9.18", | ||
"@memberjunction/global": "^0.9.15", | ||
"@memberjunction/core": "^0.9.19", | ||
"@memberjunction/global": "^0.9.16", | ||
"rxjs": "^7.8.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
24081