Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
raml-suggestions
Advanced tools
[![Build Status](https://travis-ci.org/raml-org/raml-suggestions.svg?branch=master)](https://travis-ci.org/raml-org/raml-suggestions)
This module provides auto-completion suggestions for RAML. See http://raml.org for more information about RAML.
Implement IEditorStateProvider
interface to create editor state provider
getText
method should return text of the document opened in the editorgetPath
method should return full path to the document opened in the editorgetBaseName
method should return file name of the document opened in the editorgetOffset
method should return editor cursor offsetImplement IFSProvider
interface to create File System data provider.
contentDirName
method should return directory name of the file, opened in the specific editordirName
method should directory name by full pathexists
method should check whether an item exists by full pathresolve
method should resolves one path against anotherisDirectory
method should check whether the path points to a directoryreadDir
method should return return directory content listSet default IEditorStateProvider
and IFSProvider
using setDefaultEditorStateProvider
and setDefaultFSProvider
methods.
Call suggestDefault
method to get default suggestions list using default providers or call suggest
method taking IEditorStateProvider
and IFSProvider
as arguments.
Suggestions are categorized (optional field "category" in suggestion) as described in "resources/categories.json" file.
FAQs
[![Build Status](https://travis-ci.org/raml-org/raml-suggestions.svg?branch=master)](https://travis-ci.org/raml-org/raml-suggestions)
We found that raml-suggestions demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.