0.6.35 • Published 2 years ago

@x/unify.host v0.6.35

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

unify.host

Host process for Unify

Standalone Installation

Unify can be configured to run in-process in any Javascript environment with a supported data store (IndexedDB and any of the SQL databases supported by knex). Use the following steps to install for a browser in a React application using IndexedDB.

Install Dependencies

yarn add unify.host unify.react

Configure React Bindings

Modify src/index.js to wrap your App component in a Provider:

import React from 'react'
import ReactDOM from 'react-dom'
import { Provider } from 'unify.react'
import App from './App'
import host from 'unify.host'

ReactDOM.render(
  <Provider host={host()}><App /></Provider>,
  document.getElementById('root')
)

Aspects

The Unify host provides the following aspects:

Property Aspects

uuid

Sets the property to a random universally unique identifier.

Call Aspects

open

Allows external access to the vocabulary with any scope.

scoped(...scopeProperties)

Allows external access to the vocabulary with the specified scope properties set. Pass no parameters to enforce access to the global scope.

strictApi

Used internally by the strictApi configuration option to ensure the vocabulary has been marked as "public".

License

The MIT License (MIT)

Copyright © 2022 Dale Anderson

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0.6.34

2 years ago

0.6.35

2 years ago

0.6.21

3 years ago

0.6.20

3 years ago

0.6.23

3 years ago

0.6.22

3 years ago

0.6.29

3 years ago

0.6.28

3 years ago

0.6.25

3 years ago

0.6.24

3 years ago

0.6.27

3 years ago

0.6.26

3 years ago

0.6.32

3 years ago

0.6.31

3 years ago

0.6.33

3 years ago

0.6.30

3 years ago

0.6.18

3 years ago

0.6.17

3 years ago

0.6.19

3 years ago

0.6.16

3 years ago

0.6.15

3 years ago

0.6.14

3 years ago

0.6.13

3 years ago

0.6.12

3 years ago

0.6.11

3 years ago

0.6.10

3 years ago

0.6.9

3 years ago

0.6.8

3 years ago

0.6.7

3 years ago

0.6.6

3 years ago

0.6.5

3 years ago

0.6.4

3 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.5

3 years ago

0.5.4

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.18

4 years ago