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

@feathersjs/authentication-oauth

Package Overview
Dependencies
Maintainers
4
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/authentication-oauth - npm Package Compare versions

Comparing version 4.5.7 to 4.5.8

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)
**Note:** Version bump only for package @feathersjs/authentication-oauth
## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24)

@@ -8,0 +16,0 @@

25

package.json
{
"name": "@feathersjs/authentication-oauth",
"description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.",
"version": "4.5.7",
"version": "4.5.8",
"homepage": "https://feathersjs.com",

@@ -14,4 +14,4 @@ "main": "lib/",

"funding": {
"type": "opencollective",
"url": "https://opencollective.com/feathers"
"type": "github",
"url": "https://github.com/sponsors/daffl"
},

@@ -34,2 +34,11 @@ "repository": {

},
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"src/**",
"lib/**",
"*.d.ts",
"*.js"
],
"scripts": {

@@ -48,6 +57,6 @@ "start": "ts-node test/app",

"dependencies": {
"@feathersjs/authentication": "^4.5.7",
"@feathersjs/errors": "^4.5.7",
"@feathersjs/express": "^4.5.7",
"@feathersjs/feathers": "^4.5.7",
"@feathersjs/authentication": "^4.5.8",
"@feathersjs/errors": "^4.5.8",
"@feathersjs/express": "^4.5.8",
"@feathersjs/feathers": "^4.5.8",
"debug": "^4.1.1",

@@ -72,3 +81,3 @@ "express-session": "^1.17.1",

},
"gitHead": "a1a8ee535b4337ff8132858095eabf0969c3b6d3"
"gitHead": "5df52715647ea14cf1bd1fe295ae0eaa9857d70a"
}
# @feathersjs/authentication-oauth
[![CI](https://github.com/feathersjs/feathers/workflows/Node.js%20CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3A%22Node.js+CI%22)
[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/authentication-oauth)](https://david-dm.org/feathersjs/feathers?path=packages/authentication-oauth)

@@ -5,0 +5,0 @@ [![Download Status](https://img.shields.io/npm/dm/@feathersjs/authentication-oauth.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/authentication-oauth)

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