dc-nd-acl-test
TypeScript icon, indicating that this package has built-in type declarations

1.0.22 • Public • Published

Digital Chameleon ACL

This is an ACL module inspired based on Spring ACL

How to publish

In order to publish a new version of this ACL module, change the package.json "version": "1.2.xx" to the new version value. It must be noted that duplicate version are not possible to be published.

To publish,

npm publish

To simpy build,

npm run tsc

To include this as a dependency in your project,

npm install dc-nd-acl@<version>

Available Operations

const dcAcl  = require("dc-nd-acl");

const acl = new dcAcl.DcAcl();
const cfg = new dcAcl.InitCfg("t", "http://url", {}, "jbbe_mgmt");
acl.init(cfg);

Currently available version

1.0.1

run,

npm install dc-nd-acl@1.0.1

/dc-nd-acl-test/

    Package Sidebar

    Install

    npm i dc-nd-acl-test

    Weekly Downloads

    2

    Version

    1.0.22

    License

    ISC

    Unpacked Size

    20.9 kB

    Total Files

    17

    Last publish

    Collaborators

    • shashikantsngh