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

@bedrock/authn-token

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bedrock/authn-token - npm Package Compare versions

Comparing version 10.3.0 to 10.3.1

5

CHANGELOG.md
# bedrock-authn-token ChangeLog
## 10.3.1 - 2022-12-11
### Fixed
- Ensure account ID is passed to update when updating clients.
## 10.3.0 - 2022-12-11

@@ -4,0 +9,0 @@

2

lib/clients.js

@@ -110,3 +110,3 @@ /*!

}
return await brAccount.update({id: accountId, meta});
return await brAccount.update({id: record.account.id, meta});
} catch(e) {

@@ -113,0 +113,0 @@ if(e.name === 'InvalidStateError') {

{
"name": "@bedrock/authn-token",
"version": "10.3.0",
"version": "10.3.1",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Simple token-based authentication for Bedrock apps",

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