2.0.0 • Published 4 months ago

permix v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Permix

npm version You need Permix

Permix is a lightweight, framework-agnostic, type-safe permissions management library for JavaScript applications on the client and server sides.

Documentation

You can find the documentation here.

Example

To quick start you only need to write the following code:

import { createPermix } from 'permix'

const permix = createPermix<{
  post: {
    action: 'read'
  }
}>()

permix.setup({
  post: {
    read: true,
  }
})

permix.check('post', 'read') // true

Permix has other powerful features, so here's check out the docs or the examples directory.

License

MIT License - see the LICENSE file for details

2.0.0

4 months ago

2.0.0-rc.13

5 months ago

2.0.0-rc.12

5 months ago

2.0.0-rc.11

5 months ago

2.0.0-rc.10

5 months ago

2.0.0-rc.9

5 months ago

2.0.0-rc.8

5 months ago

2.0.0-rc.7

5 months ago

2.0.0-rc.6

5 months ago

2.0.0-rc.5

5 months ago

2.0.0-rc.4

5 months ago

2.0.0-rc.3

5 months ago

2.0.0-rc.2

5 months ago

2.0.0-rc.1

5 months ago

2.0.0-beta.1

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago

1.0.0-rc.2

6 months ago

1.0.0-rc.1

6 months ago

0.8.0

6 months ago

0.7.3

6 months ago

0.7.2

6 months ago

0.7.2-beta.2

6 months ago

0.7.2-beta.1

6 months ago

0.7.1

6 months ago

0.7.0

6 months ago

0.6.0

6 months ago

0.5.0

6 months ago

0.4.2

6 months ago

0.4.1

6 months ago

0.4.0

6 months ago

0.3.5

6 months ago

0.3.4

6 months ago

0.3.3

6 months ago

0.3.2

6 months ago

0.3.1

6 months ago

0.3.0

6 months ago

0.2.1

6 months ago

0.2.0

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago

0.0.1

6 months ago

0.0.1-alpha.1

6 months ago