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

@live-change/access-control-service

Package Overview
Dependencies
Maintainers
1
Versions
267
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.2.36 to 0.2.37

12

invite.js

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

definition.trigger({
name: 'contactOrUserOwnedInvitationMoved',
name: 'contactOrUserOwnedAccessInvitationMoved',
properties: {

@@ -102,2 +102,10 @@ ...contactProperties,

const invitationData = await AccessInvitation.get(invitation)
console.error("MOVED!!!", {
...invitationData,
type: 'notify',
sessionOrUserType: 'user_User',
sessionOrUser: to.contactOrUser,
notificationType: 'accessControl_Invitation',
id: undefined
})
if(to.contactOrUserType == 'user_User') {

@@ -271,2 +279,2 @@ await service.trigger({

}
}

4

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

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

},
"gitHead": "7175d4ca2f3308188b65f1093530091a2e8e0ca2"
"gitHead": "f3bc615d20a0112c7cc76d55ba1cbefb53b84f01"
}
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