You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
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

Comparing version 1.1.2 to 1.1.3

8

base.d.ts

@@ -15,5 +15,5 @@ /**

* Currently available in SharePoint Online only.
* @param appendFl - Flag to execute the request as part of a change set.
* @param createFl - Flag to execute the request as part of a new change set.
*/
batch(appendFl?: boolean): Type;
batch(createFl?: boolean): Type;

@@ -24,5 +24,5 @@ /**

* @param resolve - The method to be executed after the request completes.
* @param appendFl - Flag to execute the request as part of a change set.
* @param createFl - Flag to execute the request as part of a new change set.
*/
batch(resolve: (value?: Result) => void, appendFl?: boolean): Type;
batch(createFl: (value?: Result) => void, appendFl?: boolean): Type;

@@ -29,0 +29,0 @@ /**

@@ -15,5 +15,5 @@ /**

* Currently available in SharePoint Online only.
* @param appendFl - Flag to execute the request as part of a change set.
* @param createFl - Flag to execute the request as part of a new change set.
*/
batch(appendFl?: boolean): Type;
batch(createFl?: boolean): Type;

@@ -24,5 +24,5 @@ /**

* @param resolve - The method to be executed after the request completes.
* @param appendFl - Flag to execute the request as part of a change set.
* @param createFl - Flag to execute the request as part of a new change set.
*/
batch(resolve: (value?: Result) => void, appendFl?: boolean): Type;
batch(createFl: (value?: Result) => void, appendFl?: boolean): Type;

@@ -29,0 +29,0 @@ /**

{
"name": "gd-sprest-def",
"version": "1.1.2",
"version": "1.1.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)",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc