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.21 to 3.0.22

5

dist/annotorious-core.es.js

@@ -163,9 +163,6 @@ var M = Object.prototype.hasOwnProperty;

function G(e, t, n) {
var s;
if (q.randomUUID && !e)
return q.randomUUID();
e = e || {};
const o = e.random ?? ((s = e.rng) == null ? void 0 : s.call(e)) ?? ee();
if (o.length < 16)
throw new Error("Random bytes length must be >= 16");
const o = e.random || (e.rng || ee)();
return o[6] = o[6] & 15 | 64, o[8] = o[8] & 63 | 128, F(o);

@@ -172,0 +169,0 @@ }

28

package.json
{
"name": "@annotorious/core",
"version": "3.0.21",
"version": "3.0.22",
"description": "Annotorious core types and functions",

@@ -29,18 +29,18 @@ "author": "Rainer Simon",

"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"@types/deep-equal": "^1.0.4",
"svelte": "^4.2.19",
"svelte-preprocess": "^6.0.3",
"typescript": "5.7.3",
"vite": "^5.4.14",
"vite-plugin-dts": "^4.5.0",
"vitest": "^3.0.4"
"@sveltejs/vite-plugin-svelte": "3.1.2",
"@tsconfig/svelte": "5.0.4",
"@types/deep-equal": "1.0.4",
"svelte": "4.2.19",
"svelte-preprocess": "6.0.3",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-plugin-dts": "4.3.0",
"vitest": "2.1.8"
},
"dependencies": {
"dequal": "^2.0.3",
"nanoevents": "^9.1.0",
"nanoid": "^5.0.9",
"uuid": "^11.0.5"
"dequal": "2.0.3",
"nanoevents": "9.1.0",
"nanoid": "5.0.9",
"uuid": "11.0.3"
}
}

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