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

@live-change/access-control-service

Package Overview
Dependencies
Maintainers
1
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@live-change/access-control-service - npm Package Compare versions

Comparing version 0.3.9 to 0.3.10

5

invite.js

@@ -136,2 +136,3 @@ const App = require("@live-change/framework")

async execute({ contactType, contact, session, objectType, object }, { service }, emit) {
console.error("INVITE WITH MESSAGE AUTHENTICATED", { contactType, contact, session, objectType, object })
const contactTypeUpperCase = contactType[0].toUpperCase() + contactType.slice(1)

@@ -143,3 +144,3 @@ /// Load invitation

if(!invitationData) throw 'not_found'
const { roles } = invitation
const { roles } = invitationData
/// Create account and sign-in:

@@ -275,3 +276,3 @@ const user = app.generateUid()

actionProperties: { objectType, object },
targetPage: { name: 'access:invitationAccepted', params: { objectType, object } }
targetPage: { name: 'accessControl:invitationAccepted', params: { objectType, object } }
})

@@ -278,0 +279,0 @@ emit({

6

package.json
{
"name": "@live-change/access-control-service",
"version": "0.3.9",
"version": "0.3.10",
"description": "",

@@ -24,5 +24,5 @@ "main": "index.js",

"dependencies": {
"@live-change/framework": "0.7.6"
"@live-change/framework": "0.7.8"
},
"gitHead": "5450bfda7a0eabc71152e8ebfc87d9e7ebf5448f"
"gitHead": "2517a729c452633bc3ce9725c05005a66b8f78ee"
}
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