New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/mgt-react

Package Overview
Dependencies
Maintainers
2
Versions
835
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/mgt-react - npm Package Compare versions

Comparing version 2.1.0-preview.f66db69 to 2.2.0-next.file.e40e43b

30

dist/es6/generated/react.d.ts
/// <reference types="react" />
import { ResponseType, IDynamicPerson, PersonType, GroupType, PersonCardInteraction, MgtPersonConfig, PersonViewType, AvatarSize, TasksStringResource, TasksSource, TaskFilter, SelectedChannel, TodoFilter } from '@microsoft/mgt-components';
import { OfficeGraphInsightString, ViewType, ResponseType, IDynamicPerson, PersonType, GroupType, PersonCardInteraction, MgtPersonConfig, AvatarSize, PersonViewType, TasksStringResource, TasksSource, TaskFilter, SelectedChannel, TodoFilter } from '@microsoft/mgt-components';
import { TemplateContext, ComponentMediaQuery } from '@microsoft/mgt-element';

@@ -19,2 +19,23 @@ import * as MicrosoftGraph from '@microsoft/microsoft-graph-types';

};
export declare type FileProps = {
fileQuery?: string;
siteId?: string;
driveId?: string;
groupId?: string;
listId?: string;
userId?: string;
itemId?: string;
itemPath?: string;
insightType?: OfficeGraphInsightString;
insightId?: string;
fileDetails?: MicrosoftGraph.DriveItem;
fileIcon?: string;
driveItem?: MicrosoftGraph.DriveItem;
line1Property?: string;
line2Property?: string;
line3Property?: string;
view?: ViewType;
templateContext?: TemplateContext;
mediaQuery?: ComponentMediaQuery;
};
export declare type GetProps = {

@@ -86,2 +107,3 @@ resource?: string;

personQuery?: string;
fallbackDetails?: IDynamicPerson;
userId?: string;

@@ -92,2 +114,3 @@ showPresence?: boolean;

fetchImage?: boolean;
avatarType?: string;
personPresence?: MicrosoftGraphBeta.Presence;

@@ -98,3 +121,3 @@ personCardInteraction?: PersonCardInteraction;

line3Property?: string;
view?: PersonViewType;
view?: ViewType | PersonViewType;
avatarSize?: AvatarSize;

@@ -144,2 +167,3 @@ templateContext?: TemplateContext;

export declare const Agenda: import("react").FC<AgendaProps & import("react").HTMLAttributes<any>>;
export declare const File: import("react").FC<FileProps & import("react").HTMLAttributes<any>>;
export declare const Get: import("react").FC<GetProps & import("react").HTMLAttributes<any>>;

@@ -154,4 +178,4 @@ export declare const Login: import("react").FC<LoginProps & import("react").HTMLAttributes<any>>;

export declare const Todo: import("react").FC<TodoProps & import("react").HTMLAttributes<any>>;
export { ResponseType, IDynamicPerson, PersonType, GroupType, PersonCardInteraction, MgtPersonConfig, PersonViewType, AvatarSize, TasksStringResource, TasksSource, TaskFilter, SelectedChannel, TodoFilter } from '@microsoft/mgt-components';
export { OfficeGraphInsightString, ViewType, ResponseType, IDynamicPerson, PersonType, GroupType, PersonCardInteraction, MgtPersonConfig, AvatarSize, PersonViewType, TasksStringResource, TasksSource, TaskFilter, SelectedChannel, TodoFilter } from '@microsoft/mgt-components';
export { TemplateContext, ComponentMediaQuery } from '@microsoft/mgt-element';
//# sourceMappingURL=react.d.ts.map

3

dist/es6/generated/react.js
import { wrapMgt } from '../Mgt';
export const Agenda = wrapMgt('mgt-agenda');
export const File = wrapMgt('mgt-file');
export const Get = wrapMgt('mgt-get');

@@ -12,4 +13,4 @@ export const Login = wrapMgt('mgt-login');

export const Todo = wrapMgt('mgt-todo');
export { ResponseType, PersonType, GroupType, PersonCardInteraction, PersonViewType, TasksSource } from '@microsoft/mgt-components';
export { ViewType, ResponseType, PersonType, GroupType, PersonCardInteraction, PersonViewType, TasksSource } from '@microsoft/mgt-components';
export { ComponentMediaQuery } from '@microsoft/mgt-element';
//# sourceMappingURL=react.js.map
{
"name": "@microsoft/mgt-react",
"version": "2.1.0-preview.f66db69",
"version": "2.2.0-next.file.e40e43b",
"description": "Microsoft Graph Toolkit React wrapper class",

@@ -34,4 +34,4 @@ "author": "Microsoft",

"dependencies": {
"@microsoft/mgt-components": "2.1.0-preview.f66db69",
"@microsoft/mgt-element": "2.1.0-preview.f66db69",
"@microsoft/mgt-components": "2.2.0-next.file.e40e43b",
"@microsoft/mgt-element": "2.2.0-next.file.e40e43b",
"@microsoft/microsoft-graph-types": "^1.28.0",

@@ -38,0 +38,0 @@ "@microsoft/microsoft-graph-types-beta": "github:microsoftgraph/msgraph-typescript-typings#beta",

@@ -1,2 +0,2 @@

import { ResponseType,IDynamicPerson,PersonType,GroupType,PersonCardInteraction,MgtPersonConfig,PersonViewType,AvatarSize,TasksStringResource,TasksSource,TaskFilter,SelectedChannel,TodoFilter } from '@microsoft/mgt-components';
import { OfficeGraphInsightString,ViewType,ResponseType,IDynamicPerson,PersonType,GroupType,PersonCardInteraction,MgtPersonConfig,AvatarSize,PersonViewType,TasksStringResource,TasksSource,TaskFilter,SelectedChannel,TodoFilter } from '@microsoft/mgt-components';
import { TemplateContext,ComponentMediaQuery } from '@microsoft/mgt-element';

@@ -21,2 +21,24 @@ import * as MicrosoftGraph from '@microsoft/microsoft-graph-types';

export type FileProps = {
fileQuery?: string;
siteId?: string;
driveId?: string;
groupId?: string;
listId?: string;
userId?: string;
itemId?: string;
itemPath?: string;
insightType?: OfficeGraphInsightString;
insightId?: string;
fileDetails?: MicrosoftGraph.DriveItem;
fileIcon?: string;
driveItem?: MicrosoftGraph.DriveItem;
line1Property?: string;
line2Property?: string;
line3Property?: string;
view?: ViewType;
templateContext?: TemplateContext;
mediaQuery?: ComponentMediaQuery;
}
export type GetProps = {

@@ -93,2 +115,3 @@ resource?: string;

personQuery?: string;
fallbackDetails?: IDynamicPerson;
userId?: string;

@@ -99,2 +122,3 @@ showPresence?: boolean;

fetchImage?: boolean;
avatarType?: string;
personPresence?: MicrosoftGraphBeta.Presence;

@@ -105,3 +129,3 @@ personCardInteraction?: PersonCardInteraction;

line3Property?: string;
view?: PersonViewType;
view?: ViewType | PersonViewType;
avatarSize?: AvatarSize;

@@ -156,2 +180,4 @@ templateContext?: TemplateContext;

export const File = wrapMgt<FileProps>('mgt-file');
export const Get = wrapMgt<GetProps>('mgt-get');

@@ -175,3 +201,3 @@

export { ResponseType,IDynamicPerson,PersonType,GroupType,PersonCardInteraction,MgtPersonConfig,PersonViewType,AvatarSize,TasksStringResource,TasksSource,TaskFilter,SelectedChannel,TodoFilter } from '@microsoft/mgt-components';
export { OfficeGraphInsightString,ViewType,ResponseType,IDynamicPerson,PersonType,GroupType,PersonCardInteraction,MgtPersonConfig,AvatarSize,PersonViewType,TasksStringResource,TasksSource,TaskFilter,SelectedChannel,TodoFilter } from '@microsoft/mgt-components';
export { TemplateContext,ComponentMediaQuery } from '@microsoft/mgt-element';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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