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

gd-sprest-def

Package Overview
Dependencies
Maintainers
1
Versions
152
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 1.1.9 to 1.2.0

5

clean.js

@@ -57,4 +57,7 @@ var fs = require('fs');

res.on("end", function () {
// Rename the "case" type. It will cause issues w/ TypeScript
let content = data.toString().replace('Name="case"', 'Name="_case"');
// Write the file
fs.writeFileSync("graph.xml", data);
fs.writeFileSync("graph.xml", content);

@@ -61,0 +64,0 @@ // Log

8

lib/Microsoft/graph/security/entitytypes.d.ts

@@ -20,5 +20,5 @@ import { Base } from "../../../";

/*********************************************
* case
* _case
**********************************************/
export interface case {
export interface _case {
createdDateTime?: any;

@@ -33,5 +33,5 @@ description?: string;

/*********************************************
* caseCollections
* _caseCollections
**********************************************/
export interface caseCollections {
export interface _caseCollections {

@@ -38,0 +38,0 @@ }

{
"name": "gd-sprest-def",
"version": "1.1.9",
"version": "1.2.0",
"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 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