Socket
Socket
Sign inDemoInstall

@feathersjs/authentication-oauth1

Package Overview
Dependencies
4
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

7

CHANGELOG.md
# Change Log
## [v1.0.1](https://github.com/feathersjs/authentication-oauth1/tree/v1.0.1) (2017-11-06)
[Full Changelog](https://github.com/feathersjs/authentication-oauth1/compare/v1.0.0...v1.0.1)
**Merged pull requests:**
- Add a missing errorr handler [\#35](https://github.com/feathersjs/authentication-oauth1/pull/35) ([Avnerus](https://github.com/Avnerus))
## [v1.0.0](https://github.com/feathersjs/authentication-oauth1/tree/v1.0.0) (2017-11-01)

@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/feathersjs/authentication-oauth1/compare/v1.0.0-pre.1...v1.0.0)

7

lib/index.js

@@ -23,3 +23,3 @@ const Debug = require('debug');

module.exports = function init (options = {}) {
function init (options = {}) {
return function oauth1Auth () {

@@ -106,7 +106,10 @@ const app = this;

};
};
}
module.exports = init;
// Exposed Modules
Object.assign(module.exports, {
default: init,
Verifier: DefaultVerifier
});
{
"name": "@feathersjs/authentication-oauth1",
"description": "A Feathers OAuth1 authentication strategy",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/feathersjs/authentication-oauth1",

@@ -57,3 +57,3 @@ "main": "lib/",

"devDependencies": {
"@feathersjs/authentication": "^1.4.0",
"@feathersjs/authentication": "^2.0.0",
"@feathersjs/express": "^1.0.0",

@@ -60,0 +60,0 @@ "@feathersjs/feathers": "^3.0.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc