New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@openeo/js-processgraphs

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openeo/js-processgraphs

JavaScript library to parse, validate and execute openEO process graphs.

  • 1.4.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
20
decreased by-9.09%
Maintainers
0
Weekly downloads
 
Created
Source

openeo-js-processgraphs

openEO process graph parser for JavaScript.

Build Status

This library's version is 1.4.1 and supports openEO API version 1.x.

This repository was split apart from openeo-js-commons. Old releases can be found there.

Features

  • Parsing a process graph
  • Validation based on the JSON Schemas
  • Framework to implement process graph execution
  • JSON Schema validation for Process parameters and return values

Usage

To use it in a node environment use: npm install @openeo/js-processgraphs

You can then require the parts of the library you want to use. For example: const { ErrorList } = require('@openeo/js-processgraphs');

In a web environment you can include the library as follows:

<script src="https://cdn.jsdelivr.net/npm/ajv@6/dist/ajv.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@openeo/js-processgraphs@1/dist/main.min.js"></script>

More information can be found in the documentation.

FAQs

Package last updated on 12 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc