Huge News!Announcing our $40M Series B led by Abstract Ventures.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.5 to 3.0.0-alpha.6

16

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

@@ -44,10 +44,2 @@ "author": "Jason Raimondi <jason@raimondi.us>",

},
"prettier": {
"printWidth": 120,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "all",
"arrowParens": "avoid"
},
"scripts": {

@@ -66,3 +58,7 @@ "clean": "rimraf dist",

},
"typings": "./dist/index.d.ts"
"typings": {
".": "./dist/index.d.ts",
"./express": "./dist/adapters/express.d.ts",
"./fastify": "./dist/adapters/fastify.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