node-jose 4.11.4-1 source package in Ubuntu

Changelog

node-jose (4.11.4-1) unstable; urgency=medium

  * New upstream release
  * d/control: Update standards version to 4.6.2
  * d/copyright: Update year to 2023

 -- Nicolas Mora <email address hidden>  Tue, 07 Feb 2023 07:23:48 -0500

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-jose_4.11.4-1.dsc 2.0 KiB 30778e72216984f350ba77d4533b6a42b00dfc865b65e659feab869200efd214
node-jose_4.11.4.orig.tar.gz 458.9 KiB 4e5575d407f06820d3fcd472238fecdfb5ac5ed1bb51979b3eb0b2d550236421
node-jose_4.11.4-1.debian.tar.xz 3.5 KiB 88de01e404bc3b8bbd213e86fb791d90b3ef5a39fcb39e6bd2260f347ecf967c

Available diffs

No changes file available.

Binary packages built by this source

node-jose: JOSE library without dependencies

 "JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS with no
 dependencies using runtime's native crypto in Node.js, Browser,
 Cloudflare Workers, Electron, and Deno.
 .
 The following specifications are implemented by jose
  - JSON Web Signature (JWS) - RFC7515
  - JSON Web Encryption (JWE) - RFC7516
  - JSON Web Key (JWK) - RFC7517
  - JSON Web Algorithms (JWA) - RFC7518
  - JSON Web Token (JWT) - RFC7519
  - JSON Web Key Thumbprint - RFC7638
  - JWS Unencoded Payload Option - RFC7797
  - CFRG Elliptic Curve ECDH and Signatures - RFC8037
  - secp256k1 EC Key curve support - JOSE Registrations for WebAuthn Algorithms
 .
 Node.js is an event-based server-side JavaScript engine.

node-jose-browser-runtime: JOSE library without dependencies (browser runtime)

 "JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS with no
 dependencies using runtime's native crypto in Node.js, Browser,
 Cloudflare Workers, Electron, and Deno.
 .
 The following specifications are implemented by jose
  - JSON Web Signature (JWS) - RFC7515
  - JSON Web Encryption (JWE) - RFC7516
  - JSON Web Key (JWK) - RFC7517
  - JSON Web Algorithms (JWA) - RFC7518
  - JSON Web Token (JWT) - RFC7519
  - JSON Web Key Thumbprint - RFC7638
  - JWS Unencoded Payload Option - RFC7797
  - CFRG Elliptic Curve ECDH and Signatures - RFC8037
  - secp256k1 EC Key curve support - JOSE Registrations for WebAuthn Algorithms
 .
 This package provides broswer runtime files.