Socket
Socket
Sign inDemoInstall

gd-sprest-def

Package Overview
Dependencies
Maintainers
1
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gd-sprest-def - npm Package Compare versions

Comparing version 0.7.7 to 0.7.8

clean.js

4

lib/SP/complextypes.d.ts

@@ -1188,3 +1188,7 @@ import { Base } from "../";

export interface GroupCreationInformation {
AllowMembersEditMembership?: boolean;
AllowRequestToJoinLeave?: boolean;
AutoAcceptRequestToJoinLeave?: boolean;
Description?: string;
OnlyAllowMembersViewMembership?: boolean;
Title?: string;

@@ -1191,0 +1195,0 @@ }

12

main.js

@@ -427,14 +427,2 @@ let fs = require("fs");

// See if the lib directory exists
if (fs.existsSync("lib")) {
// Delete the directory
rmDir.sync("lib")
}
// Create the directory
fs.mkdir("lib", function (err) {
// Error creating the directory
return;
});
// Parse the directories

@@ -441,0 +429,0 @@ for (let dirName in directories) {

@@ -29,2 +29,11 @@ ##### Missing Properties

<NavigationProperty Name="RoleAssignments" Relationship="SP.SP_SecurableObject_RoleAssignments_SP_RoleAssignment_RoleAssignmentsPartner" ToRole="RoleAssignments" FromRole="RoleAssignmentsPartner" />
```
###### ComplexType GroupCreationInformation
```
<Property Name="AllowMembersEditMembership" Type="Edm.Boolean" />
<Property Name="AllowRequestToJoinLeave" Type="Edm.Boolean" />
<Property Name="AutoAcceptRequestToJoinLeave" Type="Edm.Boolean" />
<Property Name="OnlyAllowMembersViewMembership" Type="Edm.Boolean" />
```
{
"name": "gd-sprest-def",
"version": "0.7.7",
"version": "0.7.8",
"description": "TypeScript definition files generated from the $metadata REST endpoint in SharePoint.",

@@ -13,3 +13,3 @@ "author": "Gunjan Datta <me@dattabase.com> (https://gunjandatta.github.io)",

"scripts": {
"build": "node main.js"
"build": "node clean.js && node main.js"
},

@@ -16,0 +16,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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