@jmondi/oauth2-server
Advanced tools
Comparing version 3.0.0 to 3.0.1-alpha.0
{ | ||
"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 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
336800
269
4878
433
19
2
1