Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/outbound-auth-flow-client

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/outbound-auth-flow-client - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

tmp/api-report-tmp.d.ts

6

CHANGELOG.md
# @atlaskit/outbound-auth-flow-client
## 3.4.1
### Patch Changes
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
## 3.4.0

@@ -4,0 +10,0 @@

2

dist/cjs/version.json
{
"name": "@atlaskit/outbound-auth-flow-client",
"version": "3.4.0"
"version": "3.4.1"
}
{
"name": "@atlaskit/outbound-auth-flow-client",
"version": "3.4.0"
"version": "3.4.1"
}
{
"name": "@atlaskit/outbound-auth-flow-client",
"version": "3.4.0"
"version": "3.4.1"
}

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

export declare type AuthErrorType = 'auth_window_closed' | 'invalid_request' | 'unauthorized_client' | 'access_denied' | 'unsupported_response_type' | 'invalid_scope' | 'server_error' | 'temporarily_unavailable' | 'authclientoauth2.autherror';
export type AuthErrorType = 'auth_window_closed' | 'invalid_request' | 'unauthorized_client' | 'access_denied' | 'unsupported_response_type' | 'invalid_scope' | 'server_error' | 'temporarily_unavailable' | 'authclientoauth2.autherror';
export declare const isOfTypeAuthError: (inputString: string) => inputString is AuthErrorType;

@@ -8,5 +8,5 @@ {

"typesVersions": {
">=4.0 <4.5": {
">=4.5 <4.9": {
"*": [
"../dist/types-ts4.0/error.d.ts"
"../dist/types-ts4.5/error.d.ts"
]

@@ -13,0 +13,0 @@ }

{
"name": "@atlaskit/outbound-auth-flow-client",
"version": "3.4.0",
"version": "3.4.1",
"description": "Front-end library for starting outbound auth flows",

@@ -15,2 +15,10 @@ "publishConfig": {

"types": "dist/types/index.d.ts",
"typesVersions": {
">=4.5 <4.9": {
"*": [
"dist/types-ts4.5/*",
"dist/types-ts4.5/index.d.ts"
]
}
},
"atlaskit:src": "src/index.ts",

@@ -31,3 +39,3 @@ "atlassian": {

"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
"typescript": "4.5.5"
"typescript": "~4.9.5"
},

@@ -34,0 +42,0 @@ "keywords": [

@@ -8,5 +8,5 @@ {

"typesVersions": {
">=4.0 <4.5": {
">=4.5 <4.9": {
"*": [
"../dist/types-ts4.0/types.d.ts"
"../dist/types-ts4.5/types.d.ts"
]

@@ -13,0 +13,0 @@ }

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