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
1
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.0-rc.4 to 3.0.0-rc.5

dist/annotorious-core.es.js

21

package.json
{
"name": "@annotorious/core",
"version": "3.0.0-rc.4",
"version": "3.0.0-rc.5",
"description": "Annotorious core types and functions",

@@ -17,11 +17,24 @@ "author": "Rainer Simon",

"scripts": {
"build": "echo 'Skipping build in @annotorious/core package'",
"build": "vite build",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"main": "src/index.ts",
"types": "src/index.ts",
"module": "./dist/annotorious-core.es.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/annotorious-core.es.js"
},
"./src": "./src/index.ts",
"./src/lifecycle": "./src/lifecycle/index.ts",
"./src/model": "./src/model/index.ts",
"./src/presence": "./src/presence/index.ts",
"./src/state": "./src/state/index.ts",
"./src/utils": "./src/utils/index.ts"
},
"devDependencies": {

@@ -28,0 +41,0 @@ "@tsconfig/svelte": "^3.0.0",

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