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

handout-constants

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

handout-constants - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

28

index.js
'use strict'
export const ALL_PERMISSIONS = 'all'
export const ALL_TARGETS = 'all'
module.exports = {
ALL_PERMISSIONS: 'all',
ALL_TARGETS: 'all',
export const CATEGORY_DEPLOY = 'deploy'
CATEGORY_DEPLOY: 'deploy',
export const MSG_LEVEL_OK = 'ok'
export const MSG_LEVEL_INFO = 'info'
export const MSG_LEVEL_RAW = 'raw'
export const MSG_LEVEL_DEBUG = 'debug'
MSG_LEVEL_OK: 'ok',
MSG_LEVEL_INFO: 'info',
MSG_LEVEL_RAW: 'raw',
MSG_LEVEL_DEBUG: 'debug',
export const PERMISSION_GRANT = 'grant'
export const PERMISSION_DENY = 'deny'
PERMISSION_GRANT: 'grant',
PERMISSION_DENY: 'deny',
export const PERMISSION_CATEGORY_DEPLOY = 'deploy'
export const PERMISSION_CATEGORY_USER_LIST = 'userList'
export const PERMISSION_CATEGORY_USER_MANAGEMENT = 'userManagement'
export const PERMISSION_CATEGORY_PERMISSION_MANAGEMENT = 'permissionManagement'
PERMISSION_CATEGORY_DEPLOY: 'deploy',
PERMISSION_CATEGORY_USER_LIST: 'userList',
PERMISSION_CATEGORY_USER_MANAGEMENT: 'userManagement',
PERMISSION_CATEGORY_PERMISSION_MANAGEMENT: 'permissionManagement'
}
{
"name": "handout-constants",
"version": "1.0.0",
"version": "1.0.1",
"description": "Constants shared between handout server and client",

@@ -5,0 +5,0 @@ "repository": {

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