New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@live-change/user-service

Package Overview
Dependencies
Maintainers
1
Versions
274
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.8.14 to 0.8.15

6

definition.js

@@ -11,2 +11,8 @@ import App from '@live-change/framework'

const config = definition.config
definition.clientConfig = {
remoteAccountTypes: config.remoteAccountTypes
}
export default definition

1

index.js

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

name: 'signOut',
waitForEvents: true,
async execute({ }, { client, service }, emit) {

@@ -65,0 +66,0 @@ if(!client.user) throw "notSignedIn"

8

package.json
{
"name": "@live-change/user-service",
"version": "0.8.14",
"version": "0.8.15",
"description": "",

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

"dependencies": {
"@live-change/framework": "^0.8.14",
"@live-change/relations-plugin": "^0.8.14",
"@live-change/framework": "^0.8.15",
"@live-change/relations-plugin": "^0.8.15",
"pluralize": "^8.0.0"
},
"gitHead": "d81b573fb8891746ae1c67f4f68558123c9f85f7"
"gitHead": "4897eefbf3ce9ace57630127da89503c71114563"
}
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