Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@codernote/record-tree

Package Overview
Dependencies
Maintainers
2
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codernote/record-tree - npm Package Compare versions

Comparing version
2.7.5
to
2.7.6
+9
-9
package.json
{
"name": "@codernote/record-tree",
"version": "2.7.5",
"version": "2.7.6",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "vite build --watch"
},
"main": "dist/index.js",
"dependencies": {
"@codernote/utils": "workspace:*",
"@tiptap/core": "^2.3.2",

@@ -28,3 +22,4 @@ "@tiptap/extension-color": "^2.4.0",

"vue-inline-svg": "^3.1.2",
"vue3-popper": "^1.5.0"
"vue3-popper": "^1.5.0",
"@codernote/utils": "1.9.1"
},

@@ -47,3 +42,8 @@ "devDependencies": {

"registry": "https://registry.npmjs.org/"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "vite build --watch"
}
}
}

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