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 1.2.2 to 1.2.3

14

clean.js

@@ -61,9 +61,9 @@ var fs = require('fs');

let content = data.toString()
.replace('Name="case"', 'Name="_case"')
.replace('Name="delete"', 'Name="_delete"')
.replace('Name="false"', 'Name="_false"')
.replace('Name="if"', 'Name="_if"')
.replace('Name="import"', 'Name="_import"')
.replace('Name="return"', 'Name="_return"')
.replace('Name="true"', 'Name="_true"');
.replace('<Action Name="case"', '<Action Name="_case"')
.replace('<Action Name="delete"', '<Action Name="_delete"')
.replace('<Action Name="false"', '<Action Name="_false"')
.replace('<Action Name="if"', '<Action Name="_if"')
.replace('<Action Name="import"', '<Action Name="_import"')
.replace('<Action Name="return"', '<Action Name="_return"')
.replace('<Action Name="true"', '<Action Name="_true"');

@@ -70,0 +70,0 @@ // Write the file

@@ -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.2.2",
"version": "1.2.3",
"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

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

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