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

ricos-schema

Package Overview
Dependencies
Maintainers
1
Versions
845
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ricos-schema - npm Package Compare versions

Comparing version 8.21.2-alpha.0 to 8.21.3-alpha.0

dist/proto/common.proto

4

dist/types/selection.d.ts
export interface Selection {
/** Selection start node key */
anchorNode: string;
/** Selection start offset (default: 0) */
/** Selection start offset */
anchorOffset?: number;
/** Selection end node key */
focusNode?: string;
/** Selection end offset (default: 0) */
/** Selection end offset */
focusOffset?: number;

@@ -10,0 +10,0 @@ }

{
"name": "ricos-schema",
"version": "8.21.2-alpha.0",
"version": "8.21.3-alpha.0",
"author": {

@@ -5,0 +5,0 @@ "name": "Matan Harsat",

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