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

@live-change/user-service

Package Overview
Dependencies
Maintainers
1
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@live-change/user-service - npm Package Compare versions

Comparing version 0.2.12 to 0.2.13

6

authenticator.js

@@ -19,3 +19,3 @@ const App = require('@live-change/framework')

await authenticatedTable.object(session).onChange(async (authData, oldAuthData) => {
output.debug("NEW USER AUTH", authData, "FROM", oldAuthData)
//output.debug("NEW USER AUTH", authData, "FROM", oldAuthData)
const newUser = authData ? authData.user : null

@@ -32,3 +32,3 @@ if(newUser == user) return

user = newUser
output.debug("NEW USER", user)
//output.debug("NEW USER", user)
userObject = userTable.object(user)

@@ -42,3 +42,3 @@ const currentUserObject = userObject

} : null
output.debug("NEW CREDENTIALS", newCredentials)
//output.debug("NEW CREDENTIALS", newCredentials)
output.change(newCredentials, oldCredentials)

@@ -45,0 +45,0 @@ oldCredentials = newCredentials

{
"name": "@live-change/user-service",
"version": "0.2.12",
"version": "0.2.13",
"description": "",

@@ -27,3 +27,3 @@ "main": "index.js",

},
"gitHead": "a0dce761d803684a74e4cf4d50c63a0dc80dd4cf"
"gitHead": "add122f25ae8a848c2d24e1a75c3c9ae69d86faa"
}
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