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

@abtnode/constant

Package Overview
Dependencies
Maintainers
3
Versions
662
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abtnode/constant - npm Package Compare versions

Comparing version 1.4.7 to 1.4.8

21

index.js

@@ -17,2 +17,3 @@ const NODE_SERVICES = Object.freeze({

title: 'Owner',
description: 'Has full administrative access to the ABT Node',
passport: true,

@@ -23,2 +24,4 @@ },

title: 'Admin',
description:
'Has full permissions to manage blocklet and ABT Node, such as install/remove/start/stop blocklet, manage blocklet URL mapping and certificates, manage blocklet team, manage node integrations and access keys, upgrade node to a new version',
passport: true,

@@ -29,2 +32,4 @@ },

title: 'Member',
description:
'Has permissions to manage blocklets, such as install/remove/start/stop blocklet, manage blocklet URL mapping and certificates',
passport: true,

@@ -35,2 +40,3 @@ },

title: 'Guest',
description: 'Has all read permissions on ABT nodes',
passport: true,

@@ -41,3 +47,5 @@ },

title: 'CI',
description: 'Deploy blocklet to ABT Node',
passport: true,
ci: true,
},

@@ -47,3 +55,5 @@ {

title: 'Certificate',
description: 'Manage https certificates for blocklets on the ABT Node',
passport: true,
ci: true,
},

@@ -140,11 +150,4 @@ {

],
[ROLES.MEMBER]: [
ROLES.GUEST,
'mutate_blocklet',
'mutate_router',
'mutate_webhook',
'mutate_notification',
'mutate_session',
],
[ROLES.ADMIN]: [ROLES.MEMBER, 'mutate_team', 'mutate_accessKey', 'mutate_node'],
[ROLES.MEMBER]: [ROLES.GUEST, 'mutate_blocklet', 'mutate_router', 'mutate_notification', 'mutate_session'],
[ROLES.ADMIN]: [ROLES.MEMBER, 'mutate_team', 'mutate_webhook', 'mutate_accessKey', 'mutate_node'],
[ROLES.OWNER]: [ROLES.ADMIN],

@@ -151,0 +154,0 @@ '@abtnode/auth-service': ['query_team', 'mutate_team'],

@@ -6,3 +6,3 @@ {

},
"version": "1.4.7",
"version": "1.4.8",
"description": "ABT Node constants",

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

},
"gitHead": "5c94d80b4d72bce5803d972aa728af377ed05703"
"gitHead": "ccc8b5f26e3b368c45cc0ec4c205465e1be72a7f"
}
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