Socket
Socket
Sign inDemoInstall

@feathersjs/authentication-oauth1

Package Overview
Dependencies
5
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.7 to 1.0.8

12

CHANGELOG.md

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

<a name="1.0.8"></a>
## [1.0.8](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth1@1.0.7...@feathersjs/authentication-oauth1@1.0.8) (2018-10-25)
### Bug Fixes
* Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
<a name="1.0.7"></a>

@@ -8,0 +20,0 @@ ## [1.0.7](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth1@1.0.6...@feathersjs/authentication-oauth1@1.0.7) (2018-09-21)

9

package.json
{
"name": "@feathersjs/authentication-oauth1",
"description": "A Feathers OAuth1 authentication strategy",
"version": "1.0.7",
"version": "1.0.8",
"homepage": "https://feathersjs.com",

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

"scripts": {
"test": "../../node_modules/.bin/mocha --opts ../../mocha.opts"
"test": "mocha --opts ../../mocha.opts"
},

@@ -45,3 +45,3 @@ "directories": {

"devDependencies": {
"@feathersjs/authentication": "^2.1.11",
"@feathersjs/authentication": "^2.1.12",
"@feathersjs/express": "^1.2.7",

@@ -53,2 +53,3 @@ "@feathersjs/feathers": "^3.2.3",

"feathers-memory": "^2.0.0",
"mocha": "^5.2.0",
"passport-strategy": "^1.0.0",

@@ -59,3 +60,3 @@ "passport-twitter": "^1.0.4",

},
"gitHead": "cdbfba98307235cbc6d23a9ec3ae1a9960d12186"
"gitHead": "55de15e1f0986203646a68bbaf6d72c0753e0cdc"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc