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

@ruanitto/adonis-oauth2-provider

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ruanitto/adonis-oauth2-provider - npm Package Compare versions

Comparing version 0.0.2-beta to 0.0.3-beta

src/validator/is.js

2

package.json
{
"name": "@ruanitto/adonis-oauth2-provider",
"version": "0.0.2-beta",
"version": "0.0.3-beta",
"description": "Adonis OAuth2 Provider",

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

@@ -566,3 +566,3 @@ 'use strict'

if (!this._ctx.request.is('application/x-www-form-urlencoded')) {
throw new GE.HttpException('Invalid request: content must be application/x-www-form-urlencoded', 400, 'E_rEQUEST_CONTENT');
throw new GE.HttpException('Invalid request: content must be application/x-www-form-urlencoded', 400, 'E_REQUEST_CONTENT');
}

@@ -569,0 +569,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