@azure/msal-react
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2
@@ -0,0 +0,0 @@ import React, { PropsWithChildren } from "react"; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-react v2.0.0-alpha.1 2023-05-08 */ | ||
/*! @azure/msal-react v2.0.0-alpha.2 2023-05-17 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import React__default, { useMemo } from 'react'; |
@@ -0,0 +0,0 @@ import React, { PropsWithChildren } from "react"; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-react v2.0.0-alpha.1 2023-05-08 */ | ||
/*! @azure/msal-react v2.0.0-alpha.2 2023-05-17 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import React__default, { useMemo } from 'react'; |
@@ -0,0 +0,0 @@ import React, { PropsWithChildren } from "react"; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-react v2.0.0-alpha.1 2023-05-08 */ | ||
/*! @azure/msal-react v2.0.0-alpha.2 2023-05-17 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import React__default, { useMemo } from 'react'; |
@@ -0,0 +0,0 @@ import React from "react"; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-react v2.0.0-alpha.1 2023-05-08 */ | ||
/*! @azure/msal-react v2.0.0-alpha.2 2023-05-17 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import React__default from 'react'; |
@@ -0,0 +0,0 @@ import { AuthError } from "@azure/msal-browser"; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-react v2.0.0-alpha.1 2023-05-08 */ | ||
/*! @azure/msal-react v2.0.0-alpha.2 2023-05-17 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { AuthError } from '@azure/msal-browser'; |
@@ -0,0 +0,0 @@ import { AccountInfo } from "@azure/msal-browser"; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-react v2.0.0-alpha.1 2023-05-08 */ | ||
/*! @azure/msal-react v2.0.0-alpha.2 2023-05-17 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { useState, useEffect } from 'react'; |
@@ -0,0 +0,0 @@ import { AccountIdentifiers } from "../types/AccountIdentifiers"; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-react v2.0.0-alpha.1 2023-05-08 */ | ||
/*! @azure/msal-react v2.0.0-alpha.2 2023-05-17 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { useState, useEffect } from 'react'; |
@@ -0,0 +0,0 @@ import { IMsalContext } from "../MsalContext"; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-react v2.0.0-alpha.1 2023-05-08 */ | ||
/*! @azure/msal-react v2.0.0-alpha.2 2023-05-17 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { useContext } from 'react'; |
@@ -0,0 +0,0 @@ import { PopupRequest, RedirectRequest, SsoSilentRequest, InteractionType, AuthenticationResult, AuthError, SilentRequest } from "@azure/msal-browser"; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-react v2.0.0-alpha.1 2023-05-08 */ | ||
/*! @azure/msal-react v2.0.0-alpha.2 2023-05-17 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import { useState, useRef, useEffect, useCallback } from 'react'; |
@@ -0,0 +0,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-react v2.0.0-alpha.1 2023-05-08 */ | ||
/*! @azure/msal-react v2.0.0-alpha.2 2023-05-17 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ export { MsalConsumer, MsalContext } from './MsalContext.js'; |
@@ -0,0 +0,0 @@ import * as React from "react"; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-react v2.0.0-alpha.1 2023-05-08 */ | ||
/*! @azure/msal-react v2.0.0-alpha.2 2023-05-17 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import * as React from 'react'; |
@@ -0,0 +0,0 @@ import React, { PropsWithChildren } from "react"; |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-react v2.0.0-alpha.1 2023-05-08 */ | ||
/*! @azure/msal-react v2.0.0-alpha.2 2023-05-17 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ import React__default, { useEffect, useMemo, useReducer } from 'react'; |
export declare const name = "@azure/msal-react"; | ||
export declare const version = "2.0.0-alpha.1"; | ||
export declare const version = "2.0.0-alpha.2"; |
@@ -1,8 +0,8 @@ | ||
/*! @azure/msal-react v2.0.0-alpha.1 2023-05-08 */ | ||
/*! @azure/msal-react v2.0.0-alpha.2 2023-05-17 */ | ||
'use strict'; | ||
/* eslint-disable header/header */ | ||
const name = "@azure/msal-react"; | ||
const version = "2.0.0-alpha.1"; | ||
const version = "2.0.0-alpha.2"; | ||
export { name, version }; | ||
//# sourceMappingURL=packageMetadata.js.map |
import { AccountInfo } from "@azure/msal-browser"; | ||
export type AccountIdentifiers = Partial<Pick<AccountInfo, "homeAccountId" | "localAccountId" | "username">>; |
@@ -0,0 +0,0 @@ /// <reference types="react" /> |
@@ -1,2 +0,2 @@ | ||
/*! @azure/msal-react v2.0.0-alpha.1 2023-05-08 */ | ||
/*! @azure/msal-react v2.0.0-alpha.2 2023-05-17 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ /* |
{ | ||
"name": "@azure/msal-react", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0-alpha.2", | ||
"author": { | ||
@@ -42,3 +42,3 @@ "name": "Microsoft", | ||
"peerDependencies": { | ||
"@azure/msal-browser": "^3.0.0-alpha.1", | ||
"@azure/msal-browser": "^3.0.0-alpha.2", | ||
"react": "^16.8.0 || ^17 || ^18" | ||
@@ -48,3 +48,3 @@ }, | ||
"devDependencies": { | ||
"@azure/msal-browser": "^3.0.0-alpha.1", | ||
"@azure/msal-browser": "^3.0.0-alpha.2", | ||
"@testing-library/jest-dom": "^5.11.5", | ||
@@ -67,2 +67,2 @@ "@testing-library/react": "^13.4.0", | ||
} | ||
} | ||
} |
@@ -0,0 +0,0 @@ # Microsoft Authentication Library for React (msal-react) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
2
67417
46
856