Socket
Socket
Sign inDemoInstall

gd-sprest-def

Package Overview
Dependencies
Maintainers
1
Versions
145
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.5.4 to 0.5.5

lib/mapper.ts

11

custom.js

@@ -303,2 +303,13 @@ /**

// Role Definitions
"Collection(SP.RoleDefinition)": [
// Note - This is added due to it existing in the metadata twice.
// Need to see if it's removed in future updates.
{
name: "getById",
returnType: "SP.RoleDefinition",
params: [{ $: { Name: "id", Type: "number" } }]
}
],
// Site

@@ -305,0 +316,0 @@ "SP.Site": [

2

main.js

@@ -871,3 +871,3 @@ let fs = require("fs");

].join('\n'));
fs.appendFileSync('./mapper.ts', [
fs.appendFileSync('lib/mapper.ts', [
'import { IMapper } from "./mapper.d";',

@@ -874,0 +874,0 @@ 'export const Mapper: IMapper = {',

{
"name": "gd-sprest-def",
"version": "0.5.4",
"version": "0.5.5",
"description": "TypeScript definition files generated from the $metadata REST endpoint in SharePoint.",

@@ -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