@feathersjs/authentication-client
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Change Log | ||
## [v1.0.0](https://github.com/feathersjs/authentication-client/tree/v1.0.0) (2017-11-01) | ||
[Full Changelog](https://github.com/feathersjs/authentication-client/compare/v1.0.0-pre.1...v1.0.0) | ||
**Merged pull requests:** | ||
- Update dependencies for release [\#78](https://github.com/feathersjs/authentication-client/pull/78) ([daffl](https://github.com/daffl)) | ||
## [v1.0.0-pre.1](https://github.com/feathersjs/authentication-client/tree/v1.0.0-pre.1) (2017-10-25) | ||
@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/feathersjs/authentication-client/compare/v0.3.3...v1.0.0-pre.1) |
@@ -15,3 +15,3 @@ const hooks = require('./hooks/index'); | ||
module.exports = function init (config = {}) { | ||
function init (config = {}) { | ||
const options = Object.assign({}, defaults, config); | ||
@@ -48,4 +48,7 @@ | ||
}; | ||
}; | ||
} | ||
module.exports = init; | ||
module.exports.default = init; | ||
module.exports.defaults = defaults; |
{ | ||
"name": "@feathersjs/authentication-client", | ||
"description": "The authentication plugin for feathers-client", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/feathersjs/authentication-client", | ||
"main": "lib/index", | ||
"main": "lib/index.js", | ||
"keywords": [ | ||
@@ -56,3 +56,3 @@ "feathers", | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^1.4.0", | ||
"@feathersjs/authentication": "^2.0.0", | ||
"@feathersjs/authentication-jwt": "^1.0.0", | ||
@@ -78,4 +78,4 @@ "@feathersjs/authentication-local": "^1.0.0", | ||
"superagent": "^3.5.2", | ||
"ws": "^3.1.0" | ||
"ws": "^3.3.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40570
567