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.1.1 to 3.1.2

dist/types/error.d.ts

8

CHANGELOG.md
# @atlaskit/outbound-auth-flow-client
## 3.1.2
### Patch Changes
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
Also add `typescript` to `devDependencies` to denote version that the package was built with.
## 3.1.1

@@ -4,0 +12,0 @@

2

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

@@ -6,3 +6,3 @@ {

"module:es2019": "../dist/es2019/error.js",
"types": "../dist/cjs/error.d.ts"
"types": "../dist/types/error.d.ts"
}
{
"name": "@atlaskit/outbound-auth-flow-client",
"version": "3.1.1",
"version": "3.1.2",
"description": "Front-end library for starting outbound auth flows",

@@ -14,3 +14,3 @@ "publishConfig": {

"module:es2019": "dist/es2019/index.js",
"types": "dist/cjs/index.d.ts",
"types": "dist/types/index.d.ts",
"atlaskit:src": "src/index.ts",

@@ -29,3 +29,4 @@ "atlassian": {

"devDependencies": {
"@atlaskit/docs": "*"
"@atlaskit/docs": "*",
"typescript": "3.9.6"
},

@@ -32,0 +33,0 @@ "keywords": [

@@ -6,3 +6,3 @@ {

"module:es2019": "../dist/es2019/types.js",
"types": "../dist/cjs/types.d.ts"
"types": "../dist/types/types.d.ts"
}
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