certlogic-utils-js
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

README

This NPM package implements utility functionality for CertLogic, compatible with version 1.2.2 of the (Type-/)JavaScript implementation.

Note that parts of this package may be marked as having β-status/being experimental. Those parts might also be out-of-sync with either the specification, or the JS implementation (the certlogic-js package).

The intention is to (eventually) move all functionality in certlogic-js that's not directly related to/used by the evaluation of CertLogic expressions, in this utility package. That includes:

  • Validation (because CertLogic expressions should be validated as such before they are passed into an evaluator function)
  • Factory functions
  • Desugaring
  • Reflection/inspection, e.g. the dataAccesses function
  • [✓] Compilation
  • [✓] Partial evaluation
  • Type system
  • etc.

For more information: have a look at the CertLogic roadmap.

Licensing

Copyright (c) 2021-2022 Meinte Boersma, working for the Dutch Ministry of Health, Science, and Sports, and on behalf of/in support of the European Health Network, and all other contributors.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the LICENSE for the specific language governing permissions and limitations under the License.

Package Sidebar

Install

npm i certlogic-utils-js

Weekly Downloads

3

Version

0.2.1

License

Apache-2.0

Unpacked Size

156 kB

Total Files

61

Last publish

Collaborators

  • dslmeinte