Socket
Socket
Sign inDemoInstall

@coast-team/mute-core

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coast-team/mute-core - npm Package Compare versions

Comparing version 11.0.0 to 11.1.0

0

CHANGELOG.md

@@ -0,0 +0,0 @@ # Change Log

1

dist/types/src/core/DocService.d.ts

@@ -22,2 +22,3 @@ import { TextOperation } from 'mute-structs';

positionFromIndex(index: number): Position | undefined;
getDigest(): number;
abstract get state(): State<Seq, Op>;

@@ -24,0 +25,0 @@ abstract logLocalOperation(id: number, textope: TextOperation, ope: Op): void;

@@ -55,2 +55,3 @@ import { SimpleDotPos } from 'dotted-logootsplit';

positionFromIndex(index: number): Position | undefined;
getDigest(): number;
}

@@ -57,0 +58,0 @@ export declare class MuteCoreFactory {

2

package.json
{
"name": "@coast-team/mute-core",
"description": "Core component of MUTE collaborative editor",
"version": "11.0.0",
"version": "11.1.0",
"main": "./dist/mute-core.node.es5.cjs.js",

@@ -6,0 +6,0 @@ "module": "./dist/mutecore.node.es5.esm.js",

@@ -0,0 +0,0 @@ # MUTE-core

export { CollaboratorsService } from './CollaboratorsService'
export { ICollaborator } from './ICollaborator'

@@ -73,2 +73,6 @@ import { TextOperation } from 'mute-structs'

getDigest(): number {
return this.document.getDigest()
}
abstract get state(): State<Seq, Op>

@@ -75,0 +79,0 @@ abstract logLocalOperation(id: number, textope: TextOperation, ope: Op): void

@@ -0,0 +0,0 @@ import { Identifier, TextOperation } from 'mute-structs'

@@ -0,0 +0,0 @@ export { DocService } from './DocService'

@@ -0,0 +0,0 @@ export class Interval {

@@ -0,0 +0,0 @@ import { Interval } from './Interval'

@@ -0,0 +0,0 @@ export class RichOperation<Op> {

@@ -0,0 +0,0 @@ import { RichOperation } from './RichOperation'

@@ -0,0 +0,0 @@ import { Interval } from './Interval'

@@ -0,0 +0,0 @@ import { Observable, Subject } from 'rxjs'

@@ -0,0 +0,0 @@ import { Observable, Subject } from 'rxjs'

@@ -0,0 +0,0 @@ import { SimpleDotPos } from 'dotted-logootsplit'

@@ -0,0 +0,0 @@ import { Del, Ins, SimpleDotPos } from 'dotted-logootsplit'

@@ -0,0 +0,0 @@ import { avl, EditableOpAvlList, SimpleDotBlockFactory, SimpleDotPos } from 'dotted-logootsplit'

@@ -0,0 +0,0 @@ import { RichOperation, SyncMessage } from '../../core'

@@ -0,0 +0,0 @@ export { DLSDocService } from './DLSDocService'

@@ -0,0 +0,0 @@ export { Strategy } from './Strategy'

@@ -0,0 +0,0 @@ export { LSDocService } from './LSDocService'

@@ -0,0 +0,0 @@ import { Identifier, LogootSOperation, LogootSRopes, TextOperation } from 'mute-structs'

@@ -0,0 +0,0 @@ import { LogootSAdd, LogootSDel, LogootSOperation } from 'mute-structs'

@@ -0,0 +0,0 @@ import { LogootSOperation, LogootSRopes } from 'mute-structs'

@@ -0,0 +0,0 @@ import { LogootSAdd, LogootSDel, LogootSOperation } from 'mute-structs'

@@ -0,0 +0,0 @@ import { SafeAny } from 'safe-any'

@@ -0,0 +0,0 @@ import { SafeAny } from 'safe-any'

@@ -0,0 +0,0 @@ export enum Strategy {

@@ -0,0 +0,0 @@ export interface FixDataState {

@@ -0,0 +0,0 @@ export * from './MetaDataService'

@@ -0,0 +0,0 @@ import { StateVector, StateVectorOrder } from '../core'

@@ -0,0 +0,0 @@ import { LogCrdt } from './LogCrdt'

@@ -0,0 +0,0 @@ import { Observable, Subject } from 'rxjs'

@@ -0,0 +0,0 @@ import { PulsarCrdt } from './PulsarCrdt'

@@ -0,0 +0,0 @@ export class PulsarCrdt {

@@ -0,0 +0,0 @@ export interface TitleState {

@@ -0,0 +0,0 @@ import { env } from './misc'

@@ -0,0 +0,0 @@ export { ICollaborator } from './collaborators'

@@ -0,0 +0,0 @@ /// <reference types="node" />

export { RemoteOperation } from './RemoteOperation'
export { LocalOperation } from './LocalOperation'

@@ -0,0 +0,0 @@ export interface LocalOperation<Op> {

@@ -0,0 +0,0 @@ import { TextOperation } from 'mute-structs'

@@ -0,0 +0,0 @@ import { Subscription } from 'rxjs'

@@ -0,0 +0,0 @@ export * from './Disposable'

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -66,2 +66,3 @@ import { SimpleDotPos } from 'dotted-logootsplit'

super()
console.log('Using pack version of mute-core v 11.1.0')
let muteCoreId: number

@@ -209,2 +210,6 @@ if (docContent.id !== 0) {

}
getDigest(): number {
return this.docService.getDigest()
}
}

@@ -211,0 +216,0 @@

@@ -0,0 +0,0 @@ export enum Streams {

@@ -0,0 +0,0 @@ import { Sync } from '../core'

@@ -0,0 +0,0 @@ import { Sync } from '../core'

export { FIFOSync } from './FIFOSync'
export { LSSync } from './LSSync'
export { DLSSync } from './DLSSync'

@@ -0,0 +0,0 @@ import { LogootSDel, LogootSOperation } from 'mute-structs'

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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