Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@live-change/password-authentication-service

Package Overview
Dependencies
Maintainers
1
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@live-change/password-authentication-service - npm Package Compare versions

Comparing version 0.8.149 to 0.9.0

2

change.js

@@ -38,3 +38,3 @@ import definition from './definition.js'

if(!passwordAuthenticationData) throw 'notFound'
if(currentPasswordHash != passwordAuthenticationData.passwordHash) throw { properties: {
if(currentPasswordHash !== passwordAuthenticationData.passwordHash) throw { properties: {
currentPasswordHash: 'wrongPassword'

@@ -41,0 +41,0 @@ } }

{
"name": "@live-change/password-authentication-service",
"version": "0.8.149",
"version": "0.9.0",
"description": "",

@@ -25,6 +25,6 @@ "main": "index.js",

"dependencies": {
"@live-change/framework": "^0.8.149",
"@live-change/framework": "^0.9.0",
"nodemailer": "^6.7.2"
},
"gitHead": "0854ef672e27b8f3ea70ffeb788a33638844121e"
"gitHead": "b82513f5b400afcc4b8cc3ae1f9dfe4ac3a2a6eb"
}

@@ -51,3 +51,3 @@ import App from '@live-change/framework'

definition.view({
name: "resetPasswordAuthentication",
name: "resetPasswordAuthenticationByKey",
properties: {

@@ -54,0 +54,0 @@ key: {

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