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

jose-browser-runtime

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jose-browser-runtime - npm Package Versions

1
14

4.1.1

Diff

Changelog

Source

4.1.1 (2021-10-21)

Fixes

  • typescript: work around potentially missing global URL from DOM lib (7ed731c), closes #295
panva
published 4.1.0 •

Changelog

Source

4.1.0 (2021-10-18)

Features

  • web: publish umd and bundle files to cdnjs.com (3b3100a)
panva
published 4.0.4 •

Changelog

Source

4.0.4 (2021-10-17)

Fixes

  • web: check Uint8Array CEK lengths, refactor for better tree-shaking (e8299f2)
panva
published 4.0.3 •

Changelog

Source

4.0.3 (2021-10-16)

Fixes

  • web: checking cryptokey applicability early (89dc2aa)
panva
published 4.0.2 •

Changelog

Source

4.0.2 (2021-10-15)

Fixes

panva
published 4.0.1 •

Changelog

Source

4.0.1 (2021-10-14)

Fixes

  • typescript: re-export all types from index.d.ts (d68f104)
panva
published 4.0.0 •

Changelog

Source

4.0.0 (2021-10-14)

⚠ BREAKING CHANGES

  • All module named exports have moved from subpaths to just "jose". For example, import { jwtVerify } from 'jose/jwt/verify' is now just import { jwtVerify } from 'jose'.
  • All submodule default exports and named have been removed in favour of just "jose" named exports.
  • typescript: remove repeated type re-exports
  • The undocumented jose/util/random was removed.
  • The jose/jwk/thumbprint named export is renamed to calculateJwkThumbprint, now import { calculateJwkThumbprint } from 'jose'
  • The deprecated jose/jwk/parse module was removed, use import { importJWK } from 'jose' instead.
  • The deprecated jose/jwk/from_key_like module was removed, use import { exportJWK } from 'jose' instead.

Refactor

  • redo exports to support broader tooling (dd2cf9e)
  • remove util/random (914e47f)
  • removed the deprecated jwk/from_key_like module (ec1d0e7)
  • removed the deprecated jwk/parse module (8d3cc3b)
  • rename calculateThumprint to calculateJwkThumbprint (5afb713)
  • typescript: remove repeated type re-exports (3e137d2)
panva
published 3.20.3 •

Changelog

Source

3.20.3 (2021-10-14)

Fixes

  • remove clutter when tree shaking browser dist (73ba370)
  • typescript: JWTExpired error TS2417 (373e0e4)
panva
published 3.20.2 •

Changelog

Source

3.20.2 (2021-10-13)

Fixes

  • allow tree-shaking of errors (0824301)
panva
published 3.20.1 •

Changelog

Source

3.20.1 (2021-10-06)

Fixes

  • typescript: PEM import functions always resolve a KeyLike, never a Uint8Array (8ef3a8e)
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