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.4.7 to 0.4.8

4

main.js

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

methods.push([
'\t' + methodInfo.name + ': { ',
argNames.length > 0 ? '\t\targNames: IMapper & [ "' + argNames.join('", "') + '" ],' : '',
'\t' + methodInfo.name + ': IMapper & { ',
argNames.length > 0 ? '\t\targNames: [ "' + argNames.join('", "') + '" ],' : '',
'\t},'

@@ -827,0 +827,0 @@ ].join('\n'));

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