gd-sprest
Advanced tools
Comparing version 8.3.8 to 8.3.9
@@ -24,2 +24,3 @@ "use strict"; | ||
if (a >= 0 && a < 32) { | ||
b = b << a; | ||
hasPermission = 0 !== (permissionMask.Low & b); | ||
@@ -31,2 +32,5 @@ } | ||
} | ||
else { | ||
hasPermission = false; | ||
} | ||
} | ||
@@ -33,0 +37,0 @@ // See if they don't have permission |
@@ -12,3 +12,3 @@ "use strict"; | ||
exports.$REST = { | ||
__ver: 8.38, | ||
__ver: 8.39, | ||
AppContext: function (siteUrl) { return Lib.Site.getAppContext(siteUrl); }, | ||
@@ -15,0 +15,0 @@ Apps: Lib.Apps, |
{ | ||
"name": "gd-sprest", | ||
"version": "8.3.8", | ||
"version": "8.3.9", | ||
"description": "An easy way to develop against the SharePoint REST API.", | ||
@@ -5,0 +5,0 @@ "author": "Gunjan Datta <me@dattabase.com> (https://gunjandatta.github.io)", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
2667220
32147