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

@atproto/jwk-jose

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atproto/jwk-jose - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2-rc.0

6

CHANGELOG.md
# @atproto/jwk-jose
## 0.1.2-rc.0
### Patch Changes
- Misc fixes for confidential client usage
## 0.1.1

@@ -4,0 +10,0 @@

2

dist/jose-key.js

@@ -92,4 +92,2 @@ "use strict";

// KeyLike
if (!kid)
throw new jwk_2.JwkError('Missing "kid" for KeyLike key');
return this.fromKeyLike(input, kid);

@@ -96,0 +94,0 @@ }

{
"name": "@atproto/jwk-jose",
"version": "0.1.1",
"version": "0.1.2-rc.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "`jose` based implementation of @atproto/jwk Key's",

@@ -149,3 +149,2 @@ import { JwtVerifyError } from '@atproto/jwk'

// KeyLike
if (!kid) throw new JwkError('Missing "kid" for KeyLike key')
return this.fromKeyLike(input, kid)

@@ -152,0 +151,0 @@ }

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