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
221
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.4 to 0.3.5

2

accessControl.js

@@ -59,2 +59,4 @@ const definition = require('./definition.js')

console.log("OBJECTS", objects)
/*console.log("CLIENT", client)
console.log("ROLES", config.roles)*/
const accessible = await access.clientHasAccessRoles(client, { objects }, config.roles)

@@ -61,0 +63,0 @@ if(!accessible) throw 'notAuthorized'

4

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

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

},
"gitHead": "fdf7e403044fd6f45f414687044f7aeffe26173b"
"gitHead": "eb7ced9f71036a979e7c469e5c01f9b131a9bfdf"
}
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