Huge News!Announcing our $40M Series B led by Abstract Ventures.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.5 to 2.0.0-preview.6

5

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

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

groupType?: GroupType;
transitiveSearch?: boolean;
people?: IDynamicPerson[];

@@ -82,2 +83,3 @@ defaultSelectedUserIds?: string[];

export declare type PersonCardProps = {
config?: MgtPersonCardConfig;
personDetails?: IDynamicPerson;

@@ -99,2 +101,3 @@ personQuery?: string;

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

@@ -101,0 +104,0 @@ userId?: string;

6

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

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

"dependencies": {
"@microsoft/mgt": "2.0.0-preview.4",
"@microsoft/mgt-element": "2.0.0-preview.4",
"@microsoft/mgt": "2.0.0-preview.6",
"@microsoft/mgt-element": "2.0.0-preview.6",
"@microsoft/microsoft-graph-types": "^1.12.0",

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

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

import { ResponseType,IDynamicPerson,PersonType,GroupType,PersonCardInteraction,PersonViewType,AvatarSize,TasksStringResource,TasksSource,TaskFilter,SelectedChannel } from '@microsoft/mgt';
import { ResponseType,IDynamicPerson,PersonType,GroupType,PersonCardInteraction,MgtPersonCardConfig,MgtPersonConfig,PersonViewType,AvatarSize,TasksStringResource,TasksSource,TaskFilter,SelectedChannel } from '@microsoft/mgt';
import * as MgtElement from '@microsoft/mgt-element';

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

groupType?: GroupType;
transitiveSearch?: boolean;
people?: IDynamicPerson[];

@@ -88,2 +89,3 @@ defaultSelectedUserIds?: string[];

export type PersonCardProps = {
config?: MgtPersonCardConfig;
personDetails?: IDynamicPerson;

@@ -106,2 +108,3 @@ personQuery?: string;

export type PersonProps = {
config?: MgtPersonConfig;
personQuery?: string;

@@ -108,0 +111,0 @@ userId?: string;

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