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

@quorum/restify-oauth-server

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quorum/restify-oauth-server - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

5

index.js

@@ -126,4 +126,5 @@

res.set(response.headers);
res.status(response.status);
res.send(response.body);
//res.status(response.status);
res.tokenData = response.body;
//res.send(response.body);
};

@@ -130,0 +131,0 @@

2

package.json
{
"name": "@quorum/restify-oauth-server",
"version": "0.6.0",
"version": "0.7.0",
"description": "OAuth provider for restify",

@@ -5,0 +5,0 @@ "main": "index.js",

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