New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gd-sprest

Package Overview
Dependencies
Maintainers
1
Versions
886
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gd-sprest - npm Package Compare versions

Comparing version

to
0.9.8

2

package.json
{
"name": "gd-sprest",
"version": "0.9.7",
"version": "0.9.8",
"description": "An easy way to develop against the SharePoint REST API.",

@@ -5,0 +5,0 @@ "author": "Gunjan Datta <me@dattabase.com> (https://github.com/gunjandatta/sprest)",

@@ -7,3 +7,4 @@ module $REST.Utils {

export class ContextInfo {
private static _contextInfo = window["_spPageContextInfo"] || {
// The current context information
private static get _contextInfo() { return window["_spPageContextInfo"] || {
isAppWeb: false,

@@ -15,3 +16,3 @@ siteAbsoluteUrl: "",

webServerRelativeUrl: ""
};
}};

@@ -18,0 +19,0 @@ // Is App Web

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display