@accounts/password
Advanced tools
Comparing version 0.27.0 to 0.28.0-alpha.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SendEnrollmentEmailErrors = exports.SendResetPasswordEmailErrors = exports.SendVerificationEmailErrors = exports.ChangePasswordErrors = exports.AuthenticateErrors = exports.PasswordAuthenticatorErrors = exports.ResetPasswordErrors = exports.VerifyEmailErrors = exports.AddEmailErrors = exports.CreateUserErrors = exports.errors = void 0; | ||
exports.errors = { | ||
@@ -4,0 +5,0 @@ userNotFound: 'User not found', |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AccountsPassword = void 0; | ||
var tslib_1 = require("tslib"); | ||
var accounts_password_1 = tslib_1.__importDefault(require("./accounts-password")); | ||
exports.AccountsPassword = accounts_password_1.default; | ||
tslib_1.__exportStar(require("./types"), exports); | ||
var errors_1 = require("./errors"); | ||
exports.AddEmailErrors = errors_1.AddEmailErrors; | ||
exports.ChangePasswordErrors = errors_1.ChangePasswordErrors; | ||
exports.CreateUserErrors = errors_1.CreateUserErrors; | ||
exports.ResetPasswordErrors = errors_1.ResetPasswordErrors; | ||
exports.SendVerificationEmailErrors = errors_1.SendVerificationEmailErrors; | ||
exports.SendResetPasswordEmailErrors = errors_1.SendResetPasswordEmailErrors; | ||
exports.VerifyEmailErrors = errors_1.VerifyEmailErrors; | ||
Object.defineProperty(exports, "AddEmailErrors", { enumerable: true, get: function () { return errors_1.AddEmailErrors; } }); | ||
Object.defineProperty(exports, "ChangePasswordErrors", { enumerable: true, get: function () { return errors_1.ChangePasswordErrors; } }); | ||
Object.defineProperty(exports, "CreateUserErrors", { enumerable: true, get: function () { return errors_1.CreateUserErrors; } }); | ||
Object.defineProperty(exports, "ResetPasswordErrors", { enumerable: true, get: function () { return errors_1.ResetPasswordErrors; } }); | ||
Object.defineProperty(exports, "SendVerificationEmailErrors", { enumerable: true, get: function () { return errors_1.SendVerificationEmailErrors; } }); | ||
Object.defineProperty(exports, "SendResetPasswordEmailErrors", { enumerable: true, get: function () { return errors_1.SendResetPasswordEmailErrors; } }); | ||
Object.defineProperty(exports, "VerifyEmailErrors", { enumerable: true, get: function () { return errors_1.VerifyEmailErrors; } }); | ||
exports.default = accounts_password_1.default; | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.verifyPassword = exports.bcryptPassword = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var bcryptjs_1 = require("bcryptjs"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var user_1 = require("./user"); | ||
exports.getUserResetTokens = user_1.getUserResetTokens; | ||
exports.getUserVerificationTokens = user_1.getUserVerificationTokens; | ||
Object.defineProperty(exports, "getUserResetTokens", { enumerable: true, get: function () { return user_1.getUserResetTokens; } }); | ||
Object.defineProperty(exports, "getUserVerificationTokens", { enumerable: true, get: function () { return user_1.getUserVerificationTokens; } }); | ||
var encryption_1 = require("./encryption"); | ||
exports.bcryptPassword = encryption_1.bcryptPassword; | ||
exports.verifyPassword = encryption_1.verifyPassword; | ||
Object.defineProperty(exports, "bcryptPassword", { enumerable: true, get: function () { return encryption_1.bcryptPassword; } }); | ||
Object.defineProperty(exports, "verifyPassword", { enumerable: true, get: function () { return encryption_1.verifyPassword; } }); | ||
var is_email_1 = require("./is-email"); | ||
exports.isEmail = is_email_1.isEmail; | ||
Object.defineProperty(exports, "isEmail", { enumerable: true, get: function () { return is_email_1.isEmail; } }); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isEmail = void 0; | ||
exports.isEmail = function (email) { | ||
@@ -4,0 +5,0 @@ // eslint-disable-next-line no-useless-escape |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getUserVerificationTokens = exports.getUserResetTokens = void 0; | ||
var lodash_1 = require("lodash"); | ||
@@ -4,0 +5,0 @@ exports.getUserResetTokens = function (user) { |
{ | ||
"name": "@accounts/password", | ||
"version": "0.27.0", | ||
"version": "0.28.0-alpha.0", | ||
"license": "MIT", | ||
@@ -21,14 +21,14 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@accounts/two-factor": "^0.27.0", | ||
"@accounts/two-factor": "^0.28.0-alpha.0", | ||
"bcryptjs": "^2.4.3", | ||
"lodash": "^4.17.15", | ||
"tslib": "1.11.2" | ||
"tslib": "2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@accounts/server": "^0.27.0", | ||
"@accounts/types": "^0.27.0", | ||
"@accounts/server": "^0.28.0-alpha.0", | ||
"@accounts/types": "^0.28.0-alpha.0", | ||
"@types/bcryptjs": "2.4.2", | ||
"@types/jest": "25.2.1", | ||
"@types/lodash": "4.14.150", | ||
"@types/node": "13.13.5", | ||
"@types/node": "14.0.13", | ||
"jest": "26.0.1", | ||
@@ -40,3 +40,3 @@ "rimraf": "3.0.2" | ||
}, | ||
"gitHead": "3f2f184f7d1f4229bfefb4ed99283de05a60d985" | ||
"gitHead": "9d3a051504a7c8a1698fd3c9cd8b1dbb11fcd906" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
384391
3611
+ Added@accounts/two-factor@0.28.0(transitive)
+ Added@accounts/types@0.28.0(transitive)
+ Addedtslib@2.0.0(transitive)
- Removed@accounts/two-factor@0.27.0(transitive)
- Removed@accounts/types@0.27.0(transitive)
- Removedtslib@1.11.2(transitive)
Updatedtslib@2.0.0