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.1.0-preview.0ae5594 to 2.1.0-preview.0f17751

20

dist/es6/generated/react.d.ts

@@ -7,2 +7,4 @@ /// <reference types="react" />

export declare type AgendaProps = {
className?: string;
id?: string;
date?: string;

@@ -21,2 +23,4 @@ groupId?: string;

export declare type GetProps = {
className?: string;
id?: string;
resource?: string;

@@ -35,2 +39,4 @@ scopes?: string[];

export declare type LoginProps = {
className?: string;
id?: string;
userDetails?: IDynamicPerson;

@@ -46,2 +52,4 @@ templateContext?: TemplateContext;

export declare type PeoplePickerProps = {
className?: string;
id?: string;
groupId?: string;

@@ -62,2 +70,4 @@ type?: PersonType;

export declare type PeopleProps = {
className?: string;
id?: string;
groupId?: string;

@@ -74,2 +84,4 @@ userIds?: string[];

export declare type PersonCardProps = {
className?: string;
id?: string;
personDetails?: IDynamicPerson;

@@ -88,2 +100,4 @@ personQuery?: string;

export declare type PersonProps = {
className?: string;
id?: string;
config?: MgtPersonConfig;

@@ -107,2 +121,4 @@ personQuery?: string;

export declare type TasksProps = {
className?: string;
id?: string;
res?: TasksStringResource;

@@ -128,2 +144,4 @@ isNewTaskVisible?: boolean;

export declare type TeamsChannelPickerProps = {
className?: string;
id?: string;
selectedItem?: SelectedChannel;

@@ -135,2 +153,4 @@ templateContext?: TemplateContext;

export declare type TodoProps = {
className?: string;
id?: string;
taskFilter?: TodoFilter;

@@ -137,0 +157,0 @@ readOnly?: boolean;

6

package.json
{
"name": "@microsoft/mgt-react",
"version": "2.1.0-preview.0ae5594",
"version": "2.1.0-preview.0f17751",
"description": "Microsoft Graph Toolkit React wrapper class",

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

"dependencies": {
"@microsoft/mgt-components": "2.1.0-preview.0ae5594",
"@microsoft/mgt-element": "2.1.0-preview.0ae5594",
"@microsoft/mgt-components": "2.1.0-preview.0f17751",
"@microsoft/mgt-element": "2.1.0-preview.0f17751",
"@microsoft/microsoft-graph-types": "^1.27.0",

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

@@ -8,2 +8,4 @@ import { ResponseType,IDynamicPerson,PersonType,GroupType,PersonCardInteraction,MgtPersonConfig,PersonViewType,AvatarSize,TasksStringResource,TasksSource,TaskFilter,SelectedChannel,TodoFilter } from '@microsoft/mgt-components';

export type AgendaProps = {
className?: string;
id?: string;
date?: string;

@@ -23,2 +25,4 @@ groupId?: string;

export type GetProps = {
className?: string;
id?: string;
resource?: string;

@@ -38,2 +42,4 @@ scopes?: string[];

export type LoginProps = {
className?: string;
id?: string;
userDetails?: IDynamicPerson;

@@ -50,2 +56,4 @@ templateContext?: TemplateContext;

export type PeoplePickerProps = {
className?: string;
id?: string;
groupId?: string;

@@ -67,2 +75,4 @@ type?: PersonType;

export type PeopleProps = {
className?: string;
id?: string;
groupId?: string;

@@ -80,2 +90,4 @@ userIds?: string[];

export type PersonCardProps = {
className?: string;
id?: string;
personDetails?: IDynamicPerson;

@@ -95,2 +107,4 @@ personQuery?: string;

export type PersonProps = {
className?: string;
id?: string;
config?: MgtPersonConfig;

@@ -115,2 +129,4 @@ personQuery?: string;

export type TasksProps = {
className?: string;
id?: string;
res?: TasksStringResource;

@@ -137,2 +153,4 @@ isNewTaskVisible?: boolean;

export type TeamsChannelPickerProps = {
className?: string;
id?: string;
selectedItem?: SelectedChannel;

@@ -145,2 +163,4 @@ templateContext?: TemplateContext;

export type TodoProps = {
className?: string;
id?: string;
taskFilter?: TodoFilter;

@@ -147,0 +167,0 @@ readOnly?: boolean;

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