Socket
Socket
Sign inDemoInstall

oauth4webapi

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oauth4webapi - npm Package Compare versions

Comparing version 2.13.0 to 2.14.0

10

package.json
{
"name": "oauth4webapi",
"version": "2.13.0",
"version": "2.14.0",
"description": "OAuth 2 / OpenID Connect for JavaScript Runtimes",

@@ -53,3 +53,3 @@ "keywords": [

"_format": "find src test tap examples conformance -type f -name '*.ts' -o -name '*.mjs' -o -name '*.cjs' | xargs prettier",
"build": "rm -rf build && tsc && tsc --declaration true --emitDeclarationOnly true --removeComments false && tsc -p test && tsc -p examples && tsc -p conformance && tsc -p tap && npx jsr publish --dry-run --allow-dirty",
"build": "rm -rf build && tsc && tsc --declaration true --emitDeclarationOnly true --removeComments false && tsc -p test && tsc -p examples && tsc -p conformance && tsc -p tap && npx --yes jsr publish --dry-run --allow-dirty",
"conformance": "bash -c 'source .node_flags.sh && ava --config conformance/ava.config.ts'",

@@ -78,3 +78,3 @@ "docs": "patch-package && typedoc",

"esbuild": "^0.23.1",
"jose": "^5.8.0",
"jose": "^5.9.2",
"oidc-provider": "^8.5.1",

@@ -89,4 +89,4 @@ "patch-package": "^8.0.0",

"timekeeper": "^2.3.1",
"tsx": "^4.19.0",
"typedoc": "^0.26.6",
"tsx": "^4.19.1",
"typedoc": "^0.26.7",
"typedoc-plugin-markdown": "^4.2.7",

@@ -93,0 +93,0 @@ "typedoc-plugin-mdn-links": "^3.2.12",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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