@bearer/js
Advanced tools
Comparing version 2.1.0 to 2.2.2
@@ -6,13 +6,14 @@ # Change Log | ||
# [2.1.0](https://github.com/Bearer/bearer-js/compare/v2.0.1...v2.1.0) (2019-10-28) | ||
## [2.2.2](https://github.com/Bearer/bearer-js/compare/v2.2.0...v2.2.2) (2019-11-22) | ||
**Note:** Version bump only for package @bearer/js | ||
### Features | ||
**Note:** Version bump only for package @bearer/js | ||
* support passing params when connecting ([2a3e31b](https://github.com/Bearer/bearer-js/commit/2a3e31b)) | ||
# [2.1.0](https://github.com/Bearer/bearer-js/compare/v2.0.1...v2.1.0) (2019-10-28) | ||
### Features | ||
- support passing params when connecting ([2a3e31b](https://github.com/Bearer/bearer-js/commit/2a3e31b)) | ||
## [1.13.10](https://github.com/Bearer/bearer-js/compare/v1.13.9...v1.13.10) (2019-10-03) | ||
@@ -22,6 +23,2 @@ | ||
## [1.13.9](https://github.com/Bearer/bearer/compare/v1.13.8...v1.13.9) (2019-10-03) | ||
@@ -31,18 +28,9 @@ | ||
## [1.13.8](https://github.com/Bearer/bearer/compare/v1.13.7...v1.13.8) (2019-10-03) | ||
### Bug Fixes | ||
* dependencies and build ([3b8be9a](https://github.com/Bearer/bearer/commit/3b8be9a)) | ||
* disable console warn ([d01c41a](https://github.com/Bearer/bearer/commit/d01c41a)) | ||
- dependencies and build ([3b8be9a](https://github.com/Bearer/bearer/commit/3b8be9a)) | ||
- disable console warn ([d01c41a](https://github.com/Bearer/bearer/commit/d01c41a)) | ||
## [1.13.5](https://github.com/Bearer/bearer/compare/v1.13.4...v1.13.5) (2019-09-30) | ||
@@ -49,0 +37,0 @@ |
import bearer, { TBearer } from './lib/main'; | ||
import BearerInstance from './lib/bearer'; | ||
import BearerExemplar from './lib/bearer'; | ||
export declare type Bearer = TBearer; | ||
export declare type BearerInstance = BearerInstance; | ||
export declare type BearerInstance = BearerExemplar; | ||
export default bearer; |
@@ -5,3 +5,3 @@ import { EventEmitter } from './event'; | ||
readonly clientId: string | undefined; | ||
static readonly authorizedListener: EventEmitter; | ||
static get authorizedListener(): EventEmitter; | ||
secured?: boolean; | ||
@@ -8,0 +8,0 @@ config: TBearerOptions; |
@@ -21,3 +21,4 @@ export declare const LOCALE_CHANGED = "bearer-locale-changed"; | ||
*/ | ||
locale: string; | ||
set locale(locale: string); | ||
get locale(): string; | ||
} | ||
@@ -24,0 +25,0 @@ declare const i18n: I18n; |
{ | ||
"private": false, | ||
"name": "@bearer/js", | ||
"version": "2.1.0", | ||
"version": "2.2.2", | ||
"description": "A JavaScript library for working with Bearer integrations", | ||
@@ -56,3 +56,3 @@ "jsdelivr": "lib/bearer.production.min.js", | ||
}, | ||
"gitHead": "e37f2a5d3a41546250ac561e50ceb5c6885b0bf5" | ||
"gitHead": "c90cf5d42efbb90c6c90a7a4dcc2153ef351e643" | ||
} |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1959865
36
7991
5