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

@openeo/processes-lint

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openeo/processes-lint

Validates and lints openEO processes.

  • 0.1.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-30%
Maintainers
1
Weekly downloads
 
Created
Source

Linter for openEO process specifications

NPM: @openeo/processes-lint

  1. Install node and npm - should run with any recent version
  2. Place a config file into your working directory that looks like the testConfig.json. The options work as follows:
    • folder: Path to a folder with non-experimental process specifications in .json files.
    • proposalsFolder: Path to a folder with experimantal process specifications in .json files (optional)
    • anyOfRequired: Processes where any of the parameters is required (deprecated)
    • ignoedWords: A list of words the spell checker should ignore. Can also be a path to a file with a word on each line.
    • subtypeSchemas: Path or URL to a file that includes the subtype schemas, defaults to https://processes.openeo.org/meta/subtype-schemas.json
    • checkSubtypeSchemas: Enable or disable running checks against the subtype schemas. Defaults to false (disabled).
    • forbidDeprecatedTypes: Set to true to disallow deprecated subtypes such as raster-cube and vector-cube. Defaults to false (disabled).
    • checkProcessLinks: Set to true to validate whether the links to processes in descriptions are valid (i.e. the files exist). Defaults to false (disabled).
    • verbose: Verbose output for tests. Defaults to false (disabled).
  3. Run npx @openeo/processes-lint testConfig.json

FAQs

Package last updated on 13 Mar 2023

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