New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →

@annotorious/core

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@annotorious/core - npm Package Compare versions

Comparing version

to
3.0.0-rc.2

{
"name": "@annotorious/core",
"version": "3.0.0-rc.1",
"version": "3.0.0-rc.2",
"description": "Annotorious core types and functions",

@@ -5,0 +5,0 @@ "author": "Rainer Simon",

@@ -8,2 +8,3 @@ import type { Annotation } from './Annotation';

import type { DrawingStyle } from './DrawingStyle';
import type { Filter } from './Filter';

@@ -17,4 +18,2 @@ /**

style: DrawingStyle | ((annotation: I) => DrawingStyle) | undefined;
addAnnotation(annotation: E): void;

@@ -38,2 +37,4 @@

setFilter(filter: Filter): void;
setPresenceProvider?(provider: PresenceProvider): void;

@@ -43,2 +44,4 @@

setStyle(arg: DrawingStyle | ((annotation: I) => DrawingStyle) | undefined): void;
setUser(user: User): void;

@@ -45,0 +48,0 @@

export * from './Annotation';
export * from './Annotator';
export * from './DrawingStyle';
export * from './Filter';
export * from './FormatAdapter';
export * from './User';
export * from './W3CAnnotation';