Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gd-sprest

Package Overview
Dependencies
Maintainers
0
Versions
841
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 8.1.8 to 8.1.9

3

build/helper/webpart.js

@@ -249,3 +249,4 @@ "use strict";

// Get the form
var form = MSOWebPartPageFormName ? document.forms[MSOWebPartPageFormName] : null;
var formName = window["MSOWebPartPageFormName"];
var form = formName ? document.forms[formName] : null;
if (form) {

@@ -252,0 +253,0 @@ // Get the wiki page mode

@@ -12,3 +12,3 @@ "use strict";

exports.$REST = {
__ver: 8.18,
__ver: 8.19,
AppContext: function (siteUrl) { return Lib.Site.getAppContext(siteUrl); },

@@ -15,0 +15,0 @@ Apps: Lib.Apps,

{
"name": "gd-sprest",
"version": "8.1.8",
"version": "8.1.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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc