Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

adonis-ally

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

adonis-ally - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="1.1.1"></a>
## [1.1.1](https://github.com/adonisjs/adonis-ally/compare/v1.1.0...v1.1.1) (2017-02-25)
### Bug Fixes
* **provider:** bind manager to be extended from outside world ([16e90af](https://github.com/adonisjs/adonis-ally/commit/16e90af)), closes [#14](https://github.com/adonisjs/adonis-ally/issues/14)
<a name="1.1.0"></a>

@@ -2,0 +12,0 @@ # [1.1.0](https://github.com/adonisjs/adonis-ally/compare/v1.0.0...v1.1.0) (2017-01-29)

2

package.json
{
"name": "adonis-ally",
"version": "1.1.0",
"version": "1.1.1",
"description": "Social authenticator for adonis framework",

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

@@ -25,2 +25,6 @@ 'use strict'

})
this.app.manager('Adonis/Middleware/Ally', function () {
return require('../src/AllyManager')
})
}

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