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

@annotorious/core

Package Overview
Dependencies
Maintainers
0
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@annotorious/core - npm Package Compare versions

Comparing version 3.0.13 to 3.0.14

14

dist/state/StoreObserver.d.ts

@@ -1,2 +0,2 @@

import { Annotation, AnnotationBody, AnnotationTarget } from '../model/Annotation';
import { Annotation } from '../model/Annotation';
/** Interface for listening to changes in the annotation store **/

@@ -23,11 +23,11 @@ export interface StoreObserver<T extends Annotation> {

newValue: T;
bodiesCreated?: AnnotationBody[];
bodiesDeleted?: AnnotationBody[];
bodiesCreated?: T['bodies'];
bodiesDeleted?: T['bodies'];
bodiesUpdated?: Array<{
oldBody: AnnotationBody;
newBody: AnnotationBody;
oldBody: T['bodies'][number];
newBody: T['bodies'][number];
}>;
targetUpdated?: {
oldTarget: AnnotationTarget;
newTarget: AnnotationTarget;
oldTarget: T['target'];
newTarget: T['target'];
};

@@ -34,0 +34,0 @@ }

{
"name": "@annotorious/core",
"version": "3.0.13",
"version": "3.0.14",
"description": "Annotorious core types and functions",

@@ -37,3 +37,3 @@ "author": "Rainer Simon",

"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
},

@@ -40,0 +40,0 @@ "dependencies": {

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