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
131
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 4.3.0 to 4.3.1

8

CHANGELOG.md

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

## [4.3.1](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) (2019-09-09)
**Note:** Version bump only for package @feathersjs/authentication-local
# [4.3.0](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.4...v4.3.0) (2019-08-27)

@@ -8,0 +16,0 @@

3

lib/hooks/hash-password.js
"use strict";
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());

@@ -8,0 +9,0 @@ });

@@ -1,4 +0,4 @@

/// <reference path="../../transport-commons/lib/routing.d.ts" />
/// <reference path="../../transport-commons/lib/channels/index.d.ts" />
/// <reference path="../../authentication/lib/service.d.ts" />
/// <reference types="@feathersjs/transport-commons/lib/routing" />
/// <reference types="@feathersjs/transport-commons/lib/channels" />
/// <reference types="@feathersjs/authentication/lib/service" />
import hashPassword from './hooks/hash-password';

@@ -5,0 +5,0 @@ export declare const hooks: {

"use strict";
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());

@@ -68,3 +69,3 @@ });

}
return entityService.get(result[entityId], Object.assign({}, params, { [entity]: result }));
return entityService.get(result[entityId], Object.assign(Object.assign({}, params), { [entity]: result }));
});

@@ -71,0 +72,0 @@ }

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

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

"dependencies": {
"@feathersjs/errors": "^4.3.0",
"@feathersjs/errors": "^4.3.1",
"bcryptjs": "^2.4.3",

@@ -49,4 +49,4 @@ "debug": "^4.1.1",

"devDependencies": {
"@feathersjs/authentication": "^4.3.0",
"@feathersjs/feathers": "^4.3.0",
"@feathersjs/authentication": "^4.3.1",
"@feathersjs/feathers": "^4.3.1",
"@types/bcryptjs": "^2.4.2",

@@ -62,3 +62,3 @@ "@types/debug": "^4.1.5",

},
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694"
"gitHead": "64c73ba6b783c511449abb5fd7bf093fac71a462"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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