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.

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
34
decreased by-32%
Maintainers
1
Weekly downloads
 
Created
Source

@openeo/js-commons

A set of common JavaScript functionalities for openEO.

The master branch is the 'stable' version of library, which is currently version 1.0.0. The draft branch is where active development takes place.

Build Status Dependencies Minified Size Minzipped Size Supported API Versions

Features

  • Converting responses from API version 0.4 to the latest API version is supported for:
    • Capabilities
    • Collections
    • Processes
    • Output Formats
    • Service Types
    • UDF Runtimes
  • Back-end feature detection
  • Validate, compare and prioritize version numbers (e.g. for well-known discovery)

Note:

  • Process graph parsing has been moved to openeo-js-processgraphs.
  • Support for migrating from API 0.3 to the latest API version has been dropped. Use the library in version 0.4 instead.

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 { MigrateProcesses } = 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@1/dist/main.min.js"></script>

More information can be found in the JS commons documentation.

FAQs

Package last updated on 21 Jul 2020

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