Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@superawesome/permissions
Advanced tools
Fine grained permissions / access control with ownerships & attribute picking, done right.
NPM package: @superawesome/permissions
Github: https://github.com/SuperAwesomeLTD/permissions
In lieu of a proper landing page, SuperAwesome Permissions features:
:left_luggage: Controlled Access to Resources
:nail_care: Fine Grained Resource Attributes picking
:customs: Dynamic Ownership Rules, hooked to your data layer
:performing_arts: Trivial conversion of Business Rules for Access Control to executing permissions (and vise versa).
:atom: Straight-forward fusion of Role-Based Access Control, Attribute-Based Access Control and Whatever-You-Make-it Access control
:telescope: Unlimited Scalability (lazy & eager ownership evaluation)
:wrench: Easy Integration with everything (REST, Graphql, SQL, NoSQL, APIs, Frontend, Games, anything)
:shell: Zero dependencies with servers, services & other moving parts
:triangular_ruler: Orthogonal / Aspect Oriented philosophy
:ticket: Permit is all you need to allow a user do an action on a resource
(^^ github needed to show icons ^^)
The actual generated docs are at npm run docs:serve
and coming soon at SuperAwesome Permissions Documentation. Go to the left, at the CompoDocs Nav Bar.
NOTE: THESE LINKS BREAK ON GITHUB! (^^^ read above ^^^)
Note: We also have native Nestjs Guard & Decorators empowering an Orthogonal / Aspect Oriented Architecture.
The project follows semantic versioning which effectively means a new major version x.0.0 is released for breaking changes, minor 0.x.0 for new features and patch 0.0.x for fixes.
Simply do an npm run test:watch
to develop and test at each change.
With npm run build:ts
you get a build of the library at /dist
.
With npm run build
you get a full build of library & docs at /dist
.
End user docs reside at src/docs
& *.md.spec
files:
With npm run docs:build
it builds docs at dist/docs
once.
With npm run docs:serve
it serves docs at http://127.0.0.1:8090 in non-watch mode.
With npm run docs:watch
it serves docs at http://127.0.0.1:8090 in watch & serve mode.
All *.md.spec.ts
files generate equivalent src/docs/generated/*.generated.md
Note: On watch mode it's sometimes slow to build & serve, especially initially. Just change & save the *.md.spec.ts
file to trigger generation & also refresh browser if its not refreshing automatically.
FAQs
Fine grained permissions / access control with ownerships & attribute picking, done right.
The npm package @superawesome/permissions receives a total of 3 weekly downloads. As such, @superawesome/permissions popularity was classified as not popular.
We found that @superawesome/permissions demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.