New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jmondi/oauth2-server

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jmondi/oauth2-server - npm Package Compare versions

Comparing version 3.0.0-alpha.8 to 3.0.0-alpha.9

20

package.json
{
"version": "3.0.0-alpha.8",
"version": "3.0.0-alpha.9",
"name": "@jmondi/oauth2-server",

@@ -8,14 +8,5 @@ "author": "Jason Raimondi <jason@raimondi.us>",

"exports": {
".": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./express": {
"default": "./dist/adapters/express.js",
"types": "./dist/adapters/express.d.ts"
},
"./fastify": {
"default": "./dist/adapters/fastify.js",
"types": "./dist/adapters/fastify.d.ts"
}
".": "./dist/index.js",
"./express": "./dist/adapters/express.js",
"./fastify": "./dist/adapters/fastify.js"
},

@@ -66,3 +57,4 @@ "files": [

"docs:preview": "vitepress preview docs"
}
},
"types": "./dist/index.d.ts"
}
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