1.3.0 • Published 17 days ago

@incremunica/actor-guard-naive v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
17 days ago

Incremunica Naive Guard Actor

npm version

An incremunica Naive Guard Actor.

Install

$ yarn add @incremunica/actor-guard-naive

Configure

After installing, this package can be added to your engine's configuration as follows:

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@incremunica/actor-guard-naive/^1.0.0/components/context.jsonld"  
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:guard/actors#naive",
      "@type": "ActorGuardNaive"
    }
  ]
}