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.1 to 4.5.2

11

CHANGELOG.md

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

## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)
### Bug Fixes
* **test:** typo in password ([#1797](https://github.com/feathersjs/feathers/issues/1797)) ([dfba6ec](https://github.com/feathersjs/feathers/commit/dfba6ec2f21adf3aa739218cf870eaaaa5df6e9c))
## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24)

@@ -8,0 +19,0 @@

20

package.json
{
"name": "@feathersjs/authentication-local",
"description": "Local authentication strategy for @feathers/authentication",
"version": "4.5.1",
"version": "4.5.2",
"homepage": "https://feathersjs.com",

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

"test": "npm run compile && npm run mocha",
"mocha": "mocha --opts ../../mocha.ts.opts --recursive test/**.test.ts test/**/*.test.ts"
"mocha": "mocha --config ../../.mocharc.ts.json --recursive test/**.test.ts test/**/*.test.ts"
},

@@ -47,5 +47,5 @@ "directories": {

"dependencies": {
"@feathersjs/authentication": "^4.5.1",
"@feathersjs/errors": "^4.5.1",
"@feathersjs/feathers": "^4.5.1",
"@feathersjs/authentication": "^4.5.2",
"@feathersjs/errors": "^4.5.2",
"@feathersjs/feathers": "^4.5.2",
"bcryptjs": "^2.4.3",

@@ -59,10 +59,10 @@ "debug": "^4.1.1",

"@types/lodash": "^4.14.149",
"@types/mocha": "^5.2.7",
"@types/node": "^13.5.0",
"mocha": "^7.0.0",
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.4",
"mocha": "^7.0.1",
"shx": "^0.3.2",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
"typescript": "^3.8.2"
},
"gitHead": "df79afeb0780402fc317af93a86805e420dcfa93"
"gitHead": "9d5871e98d821384dee70b8d3d9af4002f3d052a"
}
# @feathersjs/authentication-local
[![Build Status](https://travis-ci.org/feathersjs/feathers.svg?branch=master)](https://travis-ci.org/feathersjs/feathers)
[![CI](https://github.com/feathersjs/feathers/workflows/Node.js%20CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3A%22Node.js+CI%22)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/authentication-local)](https://david-dm.org/feathersjs/feathers?path=packages/authentication-local)

@@ -5,0 +5,0 @@ [![Download Status](https://img.shields.io/npm/dm/@feathersjs/authentication-local.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/authentication-local)

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