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 0.3.9 to 0.4.0

6

base.d.ts

@@ -104,2 +104,8 @@ /**

export interface IBaseResults<Type = any> extends IBaseResult {
/** Returns the next set of results. */
next(): IBaseCollection<Type>;
/** True, if more items exist. */
nextFl: boolean;
/** Results */

@@ -106,0 +112,0 @@ results: Array<Type>;

@@ -104,2 +104,8 @@ /**

export interface IBaseResults<Type = any> extends IBaseResult {
/** Returns the next set of results. */
next(): IBaseCollection<Type>;
/** True, if more items exist. */
nextFl: boolean;
/** Results */

@@ -106,0 +112,0 @@ results: Array<Type>;

2

package.json
{
"name": "gd-sprest-def",
"version": "0.3.9",
"version": "0.4.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)",

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