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.0 to 3.1.1

9

CHANGELOG.md
# @atlaskit/outbound-auth-flow-client
## 3.1.1
### Patch Changes
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
to prevent duplicates of tslib being bundled.
## 3.1.0

@@ -4,0 +13,0 @@

1

dist/cjs/error.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthError = void 0;
var tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ var AuthError = /** @class */ (function (_super) {

3

dist/cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.auth = void 0;
var error_1 = require("./error");

@@ -58,3 +59,3 @@ var types_1 = require("./types");

var error_2 = require("./error");
exports.AuthError = error_2.AuthError;
Object.defineProperty(exports, "AuthError", { enumerable: true, get: function () { return error_2.AuthError; } });
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isOfTypeAuthError = void 0;
exports.isOfTypeAuthError = function (inputString) {

@@ -4,0 +5,0 @@ return [

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

@@ -18,2 +18,3 @@ "publishConfig": {

"team": "Ecosystem Capabilities",
"deprecatedAutoEntryPoints": true,
"releaseModel": "continuous"

@@ -25,3 +26,3 @@ },

"dependencies": {
"tslib": "^1.9.3"
"tslib": "^2.0.0"
},

@@ -28,0 +29,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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