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 to 3.0.1-alpha.0

dist/cjs/adapters/express.d.ts

22

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

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

"exports": {
".": "./dist/index.js",
"./express": "./dist/adapters/express.js",
"./fastify": "./dist/adapters/fastify.js"
".": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js"
},
"./express": {
"require": "./dist/cjs/adapters/express.js",
"import": "./dist/esm/adapters/express.js"
},
"./fastify": {
"require": "./dist/cjs/adapters/fastify.js",
"import": "./dist/esm/adapters/fastify.js"
}
},

@@ -33,2 +42,3 @@ "files": [

"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"supertest": "^6.3.3",

@@ -49,3 +59,5 @@ "tslib": "^2.5.2",

"prebuild": "run-s clean",
"build": "tsc -p tsconfig.build.json",
"build:cjs": "tsc -p tsconfig.build.json --module commonjs --target es2019 --moduleResolution node --outDir dist/cjs",
"build:esm": "tsc -p tsconfig.build.json",
"build": "run-s clean build:*",
"start": "tsc -p tsconfig.build.json --watch",

@@ -52,0 +64,0 @@ "test": "vitest run",

@@ -46,8 +46,10 @@ # TypeScript OAuth2.0 Server

| Version | Latest Version | Security Updates |
|---------|----------------|------------------|
| 3.x | :tada: | :tada: |
| 2.x | | :tada: |
| 1.x | | |
| Version | Latest Version | Security Updates |
|-----------------|----------------|------------------|
| [3.x][version3] | :tada: | :tada: |
| [2.x][version2] | | :tada: |
[version3]: https://github.com/jasonraimondi/ts-oauth2-server/tree/main
[version2]: https://github.com/jasonraimondi/ts-oauth2-server/tree/2.x
### Endpoints

@@ -54,0 +56,0 @@

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