🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

oauth2-mock-server

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oauth2-mock-server - npm Package Versions

234

8.0.0

Diff
poveden
published 8.0.0 •

Changelog

Source

8.0.0 — 2025-05-18

Fixed

  • Fix wrong typescript annotation (by sviande in #313)

Changed

  • Breaking: No longer support Node.js 18
  • Switched to "Universal" ESM. CommonJS require() usage pattern still supported for Nodejs ^20.19 & ^22.12
  • Add support for Node.js 24
  • Update dependencies
poveden
published 7.2.1 •

Changelog

Source

7.2.1 — 2025-04-30

Fixed

  • Fix paths of well known endpoints when issuer ends with a forward slash (reported in #331 by kikisaeba)

Changed

  • Update dependencies
poveden
published 7.2.0 •

Changelog

Source

7.2.0 — 2024-11-25

Added

  • Include scope in token for authorization_code and refresh_token grants (by PetrasJaug)
  • Add PKCE support (by tanettrimas)

Changed

  • Update dependencies
poveden
published 7.1.2 •

Changelog

Source

7.1.2 — 2024-05-21

Changed

poveden
published 7.1.1 •

Changelog

Source

7.1.1 — 2023-10-24

Fixed

  • Be a better citizen in an ECMAScript modules world
poveden
published 7.1.0 •

Changelog

Source

7.1.0 — 2023-10-23

Added

  • Add support for "aud" claim in "client_credentials" grants (by kadams54)

Changed

  • Update dependencies
poveden
published 7.0.0 •

Changelog

Source

7.0.0 — 2023-10-04

Changed

  • Breaking: No longer support Node.js 16
poveden
published 6.0.1 •

Changelog

Source

6.0.1 — 2023-10-03

Security

poveden
published 6.0.0 •

Changelog

Source

6.0.0 — 2023-06-19

Changed

  • Breaking: No longer support Node.js 14
  • Fix authorize endpoint compliance (remove scope requirement, make state optional) (by jirutka)
  • Add support for Node.js 20
  • Update dependencies
poveden
published 5.0.2 •

Changelog

Source

5.0.2 — 2023-02-20

Security