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
833
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.0.0-preview.6959a48 to 2.0.0-preview.726deb6

15

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

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

};
export declare type TodoProps = {
taskFilter?: TodoFilter;
readOnly?: boolean;
hideHeader?: boolean;
hideOptions?: boolean;
targetId?: string;
initialId?: string;
templateContext?: TemplateContext;
mediaQuery?: ComponentMediaQuery;
};
export declare const Agenda: import("react").FC<AgendaProps>;

@@ -135,4 +145,5 @@ export declare const Get: import("react").FC<GetProps>;

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

@@ -11,4 +11,5 @@ import { wrapMgt } from '../Mgt';

export const TeamsChannelPicker = wrapMgt('mgt-teams-channel-picker');
export const Todo = wrapMgt('mgt-todo');
export { ResponseType, PersonType, GroupType, PersonCardInteraction, PersonViewType, TasksSource } from '@microsoft/mgt-components';
export { ComponentMediaQuery } from '@microsoft/mgt-element';
//# sourceMappingURL=react.js.map

6

package.json
{
"name": "@microsoft/mgt-react",
"version": "2.0.0-preview.6959a48",
"version": "2.0.0-preview.726deb6",
"description": "Microsoft Graph Toolkit React wrapper class",

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

"dependencies": {
"@microsoft/mgt-components": "2.0.0-preview.6959a48",
"@microsoft/mgt-element": "2.0.0-preview.6959a48",
"@microsoft/mgt-components": "2.0.0-preview.726deb6",
"@microsoft/mgt-element": "2.0.0-preview.726deb6",
"@microsoft/microsoft-graph-types": "^1.27.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 } from '@microsoft/mgt-components';
import { ResponseType,IDynamicPerson,PersonType,GroupType,PersonCardInteraction,MgtPersonConfig,PersonViewType,AvatarSize,TasksStringResource,TasksSource,TaskFilter,SelectedChannel,TodoFilter } from '@microsoft/mgt-components';
import { TemplateContext,ComponentMediaQuery } from '@microsoft/mgt-element';

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

export type TodoProps = {
taskFilter?: TodoFilter;
readOnly?: boolean;
hideHeader?: boolean;
hideOptions?: boolean;
targetId?: string;
initialId?: string;
templateContext?: TemplateContext;
mediaQuery?: ComponentMediaQuery;
}
export const Agenda = wrapMgt<AgendaProps>('mgt-agenda');

@@ -154,3 +165,5 @@

export { ResponseType,IDynamicPerson,PersonType,GroupType,PersonCardInteraction,MgtPersonConfig,PersonViewType,AvatarSize,TasksStringResource,TasksSource,TaskFilter,SelectedChannel } from '@microsoft/mgt-components';
export const Todo = wrapMgt<TodoProps>('mgt-todo');
export { ResponseType,IDynamicPerson,PersonType,GroupType,PersonCardInteraction,MgtPersonConfig,PersonViewType,AvatarSize,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