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

@bearer/js

Package Overview
Dependencies
Maintainers
5
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bearer/js - npm Package Compare versions

Comparing version 2.1.0 to 2.2.2

lib/bearer.development.min.js

28

CHANGELOG.md

@@ -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

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