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

gd-sprest-def

Package Overview
Dependencies
Maintainers
0
Versions
184
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.6.0 to 1.6.1

5

main.js

@@ -741,4 +741,7 @@ let fs = require("fs");

**********************************************/
export interface ${name} ${entity.returnType && getGraphType(entity.returnType) ? "extends " + getGraphType(entity.returnType) : ""} {
export interface ${name} extends ${name}Props, ${name}Methods ${entity.returnType && getGraphType(entity.returnType) ? ", " + getGraphType(entity.returnType) : ""} { }
export interface ${name}Props {
${props.join('\n')}
}
export interface ${name}Methods {
${methods.join('\n')}

@@ -745,0 +748,0 @@ }`);

2

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

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