Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@openctx/protocol

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openctx/protocol - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

4

dist/openctx-protocol.schema.d.ts

@@ -40,2 +40,6 @@ import type { Annotation, Item } from '@openctx/schema';

/**
* The label that is shown when a user wants to query mentions. For example `Search...` or `Paste Linear URL`.
*/
label?: string;
/**
* The list of regex patterns for triggering mentions for the provider when users directly types a matching text, for example a url, allowing the user to bypass choosing the provider manually.

@@ -42,0 +46,0 @@ */

2

package.json
{
"name": "@openctx/protocol",
"version": "0.0.13",
"version": "0.0.14",
"description": "OpenCtx client/provider protocol",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -155,2 +155,6 @@ {

"properties": {
"label": {
"description": "The label that is shown when a user wants to query mentions. For example `Search...` or `Paste Linear URL`.",
"type": "string"
},
"selectors": {

@@ -157,0 +161,0 @@ "description": "The list of regex patterns for triggering mentions for the provider when users directly types a matching text, for example a url, allowing the user to bypass choosing the provider manually.",

@@ -56,2 +56,6 @@ import type { Annotation, Item } from '@openctx/schema'

/**
* The label that is shown when a user wants to query mentions. For example `Search...` or `Paste Linear URL`.
*/
label?: string
/**
* The list of regex patterns for triggering mentions for the provider when users directly types a matching text, for example a url, allowing the user to bypass choosing the provider manually.

@@ -58,0 +62,0 @@ */

Sorry, the diff of this file is not supported yet

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