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

@quenty/permissionprovider

Package Overview
Dependencies
Maintainers
1
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quenty/permissionprovider - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1-canary.202.3711d8d.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.2.1-canary.202.3711d8d.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/permissionprovider@1.2.0...@quenty/permissionprovider@1.2.1-canary.202.3711d8d.0) (2021-08-02)
**Note:** Version bump only for package @quenty/permissionprovider
# 1.2.0 (2021-07-31)

@@ -8,0 +16,0 @@

0

default.project.json

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ MIT License

4

package.json
{
"name": "@quenty/permissionprovider",
"version": "1.2.0",
"version": "1.2.1-canary.202.3711d8d.0",
"description": "Permission provider for Roblox, including authenticating against group membership",

@@ -40,3 +40,3 @@ "keywords": [

},
"gitHead": "d06e276dc6111e17c3c25d3e58768eb4e6bdc333"
"gitHead": "3711d8ddfbb8e43a1455ac07ba5d3d27cc7386fc"
}

@@ -14,2 +14,21 @@ ## Permission Provider

Utility permission provider system for Roblox
Utility permission provider system for Roblox
## Usage
```lua
---
-- @module PermissionService
-- @author Quenty
local require = require(game:GetService("ReplicatedStorage"):WaitForChild("Nevermore"))
local PermissionProvider = require("PermissionProvider")
local PermissionProviderUtils = require("PermissionProviderUtils")
return PermissionProvider.new(PermissionProviderUtils.createGroupRankConfig({
groupId = 8668163;
minAdminRequiredRank = 250;
minCreatorRequiredRank = 254;
}))
```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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