Socket
Socket
Sign inDemoInstall

gd-sprest-def

Package Overview
Dependencies
Maintainers
1
Versions
148
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.7.3 to 0.7.4

5

lib/Microsoft/Office/Server/ContentCenter/entitytypes.d.ts
import { Base } from "../../../../";
import { Microsoft } from "../../../../";
import { Edm } from "../../../../";

@@ -121,3 +120,3 @@ /*********************************************

export interface SPMachineLearningModelProps {
Accuracy?: Edm.Single;
Accuracy?: any;
ContentTypeGroup?: string;

@@ -348,3 +347,3 @@ ContentTypeId?: string;

export interface SPMachineLearningModelEntityData {
Accuracy?: Edm.Single;
Accuracy?: any;
ColumnId?: string;

@@ -351,0 +350,0 @@ ColumnName?: string;

1

main.js

@@ -238,2 +238,3 @@ let fs = require("fs");

.replace(/Edm\.Int64/, 'number')
.replace(/Edm\.Single/, 'any')
.replace(/Edm\.Stream/, 'any')

@@ -240,0 +241,0 @@ .replace(/Edm\.String/, 'string')

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