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.11 to 0.0.12

4

dist/openctx-protocol.schema.d.ts

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

/**
* An item description.
*/
description?: string;
/**
* A URI for the mention item.

@@ -79,0 +83,0 @@ */

2

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

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

@@ -183,2 +183,6 @@ {

},
"description": {
"description": "An item description.",
"type": "string"
},
"uri": {

@@ -185,0 +189,0 @@ "description": "A URI for the mention item.",

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

/**
* An item description.
*/
description?: string
/**
* A URI for the mention item.

@@ -93,0 +97,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