New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@feathersjs/authentication-local

Package Overview
Dependencies
Maintainers
4
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/authentication-local - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

11

CHANGELOG.md
# Change Log
## [v1.1.2](https://github.com/feathersjs/authentication-local/tree/v1.1.2) (2018-04-15)
[Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.1.1...v1.1.2)
**Closed issues:**
- Protect hooks does not support dot notation [\#61](https://github.com/feathersjs/authentication-local/issues/61)
**Merged pull requests:**
- Use latest version of Lodash [\#62](https://github.com/feathersjs/authentication-local/pull/62) ([daffl](https://github.com/daffl))
## [v1.1.1](https://github.com/feathersjs/authentication-local/tree/v1.1.1) (2018-03-25)

@@ -4,0 +15,0 @@ [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.1.0...v1.1.1)

2

lib/hooks/hash-password.js

@@ -40,3 +40,3 @@ const hasher = require('../utils/hash');

return Promise.all(data.map(item => {
if (item.hasOwnProperty(field)) {
if (Object.prototype.hasOwnProperty.call(item, field)) {
return hashPw(item[field]).then(hashedPassword => {

@@ -43,0 +43,0 @@ return Object.assign(item, {

{
"name": "@feathersjs/authentication-local",
"description": "Local authentication strategy for @feathers/authentication",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://github.com/feathersjs/authentication-local",

@@ -6,0 +6,0 @@ "main": "lib/",

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