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.8.133 to 0.8.134

6

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

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

"dependencies": {
"@live-change/framework": "^0.8.133"
"@live-change/framework": "^0.8.134"
},
"gitHead": "0fca46e0c2fbd4909e7aa3f4842d646dabadd260",
"gitHead": "b3443713d1b2eed3c73d19a1323e32ff35c44840",
"type": "module"
}

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

waitForEvents: true,
access: (params, { client, context, visibilityTest }) =>
visibilityTest || access.clientCanInvite(client, params),
access: (params, { client, context, visibilityTest }) => true,
async execute({ objectType, object, roles }, { client, service }, emit) {

@@ -41,0 +40,0 @@ const publicAccess = await PublicAccess.get(App.encodeIdentifier([objectType, object]))

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