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

@1auth/authn-access-token

Package Overview
Dependencies
Maintainers
0
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@1auth/authn-access-token - npm Package Compare versions

Comparing version 0.0.0-alpha.47 to 0.0.0-alpha.48

5

index.js

@@ -12,2 +12,3 @@ import {

count as authnCount,
select as authnSelect,
list as authnList,

@@ -64,2 +65,6 @@ create as authnCreate,

export const select = async (sub, id) => {
return await authnSelect(options.secret, sub, id)
}
export const list = async (sub) => {

@@ -66,0 +71,0 @@ return await authnList(options.secret, sub)

6

package.json
{
"name": "@1auth/authn-access-token",
"version": "0.0.0-alpha.47",
"version": "0.0.0-alpha.48",
"description": "",

@@ -53,5 +53,5 @@ "type": "module",

"dependencies": {
"@1auth/authn": "0.0.0-alpha.47",
"@1auth/crypto": "0.0.0-alpha.47"
"@1auth/authn": "0.0.0-alpha.48",
"@1auth/crypto": "0.0.0-alpha.48"
}
}
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