Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-oauth2-server

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-oauth2-server - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

4

Changelog.md
## Changelog
### 2.2.1
- Fix node 0.8.x (well npm 1.2.x) support
### 2.2.0

@@ -4,0 +8,0 @@

14

package.json
{
"name": "node-oauth2-server",
"description": "Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js",
"version": "2.2.0",
"version": "2.2.1",
"keywords": [

@@ -21,10 +21,10 @@ "oauth",

"dependencies": {
"basic-auth": "0.0.1"
"basic-auth": "~0.0.1"
},
"devDependencies": {
"body-parser": "^1.3.1",
"express": "^4.4.3",
"mocha": "^1.20.1",
"should": "^4.0.4",
"supertest": "^0.13.0"
"body-parser": "~1.3.1",
"express": "~4.4.3",
"mocha": "~1.20.1",
"should": "~4.0.4",
"supertest": "~0.13.0"
},

@@ -31,0 +31,0 @@ "licenses": [

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