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

@openeo/js-commons

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openeo/js-commons

Common JS functionalities for openEO.

  • 0.4.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
16
decreased by-30.43%
Maintainers
1
Weekly downloads
 
Created
Source

openeo-js-commons

A set of common JavaScript functionalities for openEO.

Build Status

This library's version is 0.4.3 and supports openEO API version 0.4.x. Legacy versions are available as releases.

Features

  • Converting responses to the latest API version is supported for:
    • Capabilities
    • Collections
    • Processes
    • Output Formats
    • Service Types
  • Feature detection
  • Process graph handling:
    • 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-commons

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

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

<script src="https://cdn.jsdelivr.net/npm/@openeo/js-commons@0.4/dist/main.min.js"></script>

This library has a peer dependency to ajv, so if you'd like to use process graph validation or execution you need to include ajv (v6.10) in your package.json or include it in your web page:

<script src="https://cdn.jsdelivr.net/npm/ajv@6.10/lib/ajv.min.js"></script>

More information can be found in the JS commons documentation.

FAQs

Package last updated on 05 Aug 2019

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