@feathersjs/authentication-local
Advanced tools
Comparing version 4.5.0 to 4.5.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) | ||
**Note:** Version bump only for package @feathersjs/authentication-local | ||
# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/authentication-local", | ||
"description": "Local authentication strategy for @feathers/authentication", | ||
"version": "4.5.0", | ||
"version": "4.5.1", | ||
"homepage": "https://feathersjs.com", | ||
@@ -46,5 +46,5 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^4.5.0", | ||
"@feathersjs/errors": "^4.5.0", | ||
"@feathersjs/feathers": "^4.5.0", | ||
"@feathersjs/authentication": "^4.5.1", | ||
"@feathersjs/errors": "^4.5.1", | ||
"@feathersjs/feathers": "^4.5.1", | ||
"bcryptjs": "^2.4.3", | ||
@@ -59,9 +59,9 @@ "debug": "^4.1.1", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^13.1.1", | ||
"mocha": "^6.2.2", | ||
"@types/node": "^13.5.0", | ||
"mocha": "^7.0.0", | ||
"shx": "^0.3.2", | ||
"ts-node": "^8.5.4", | ||
"typescript": "^3.7.4" | ||
"ts-node": "^8.6.2", | ||
"typescript": "^3.7.5" | ||
}, | ||
"gitHead": "d971d30da3c7f1b26a33e9a93c72a37bf6996284" | ||
"gitHead": "df79afeb0780402fc317af93a86805e420dcfa93" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
285400
62
1426