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

@feathersjs/authentication-client

Package Overview
Dependencies
Maintainers
4
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/authentication-client - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

CHANGELOG.md
# 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)

7

lib/index.js

@@ -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"
}
}
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