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.5.4 to 4.5.5

8

CHANGELOG.md

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

## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
**Note:** Version bump only for package @feathersjs/authentication-local
## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)

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

5

lib/hooks/hash-password.d.ts

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

/// <reference types="@feathersjs/transport-commons/lib/routing" />
/// <reference types="@feathersjs/transport-commons/lib/channels" />
/// <reference types="@feathersjs/authentication/lib/service" />
import { HookContext } from '@feathersjs/feathers';

@@ -9,2 +6,2 @@ export interface HashPasswordOptions {

}
export default function hashPassword(field: string, options?: HashPasswordOptions): (context: HookContext<any, import("@feathersjs/feathers").Service<any>>) => Promise<HookContext<any, import("@feathersjs/feathers").Service<any>>>;
export default function hashPassword(field: string, options?: HashPasswordOptions): (context: HookContext) => Promise<HookContext<any, import("@feathersjs/feathers").Service<any>>>;

@@ -1,6 +0,3 @@

/// <reference types="@feathersjs/transport-commons/lib/routing" />
/// <reference types="@feathersjs/transport-commons/lib/channels" />
/// <reference types="@feathersjs/authentication/lib/service" />
import { HookContext } from '@feathersjs/feathers';
declare const _default: (...fields: string[]) => (context: HookContext<any, import("@feathersjs/feathers").Service<any>>) => HookContext<any, import("@feathersjs/feathers").Service<any>>;
declare const _default: (...fields: string[]) => (context: HookContext) => HookContext<any, import("@feathersjs/feathers").Service<any>>;
export default _default;

3

lib/index.d.ts

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

/// <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 +2,0 @@ export declare const hooks: {

@@ -6,2 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.hooks = void 0;
const hash_password_1 = __importDefault(require("./hooks/hash-password"));

@@ -11,3 +12,3 @@ const protect_1 = __importDefault(require("./hooks/protect"));

var strategy_1 = require("./strategy");
exports.LocalStrategy = strategy_1.LocalStrategy;
Object.defineProperty(exports, "LocalStrategy", { enumerable: true, get: function () { return strategy_1.LocalStrategy; } });
//# sourceMappingURL=index.js.map

@@ -15,2 +15,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.LocalStrategy = void 0;
const bcryptjs_1 = __importDefault(require("bcryptjs"));

@@ -17,0 +18,0 @@ const get_1 = __importDefault(require("lodash/get"));

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

@@ -46,8 +46,8 @@ "main": "lib/",

"dependencies": {
"@feathersjs/authentication": "^4.5.3",
"@feathersjs/errors": "^4.5.3",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/authentication": "^4.5.5",
"@feathersjs/errors": "^4.5.5",
"@feathersjs/feathers": "^4.5.5",
"bcryptjs": "^2.4.3",
"debug": "^4.1.1",
"lodash": "^4.17.15"
"lodash": "^4.17.19"
},

@@ -57,11 +57,11 @@ "devDependencies": {

"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.149",
"@types/lodash": "^4.14.157",
"@types/mocha": "^7.0.2",
"@types/node": "^13.11.1",
"mocha": "^7.1.1",
"@types/node": "^14.0.22",
"mocha": "^8.0.1",
"shx": "^0.3.2",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
"ts-node": "^8.10.2",
"typescript": "^3.9.6"
},
"gitHead": "3f967d6118bb813bdb45aa69965a4ac16e0a36b3"
"gitHead": "61936afc43e3fe4f1d4d652bea8aafe6f3a0b347"
}

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