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-list

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codernote/record-list - npm Package Compare versions

Comparing version
2.6.7
to
2.6.8
+9
-9
package.json
{
"name": "@codernote/record-list",
"version": "2.6.7",
"version": "2.6.8",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "vite build --watch"
},
"main": "dist/index.js",
"dependencies": {
"@codernote/utils": "workspace:*",
"@popperjs/core": "^2.11.8",

@@ -17,3 +11,4 @@ "dayjs": "^1.11.8",

"html-substring": "^1.8.1",
"vue-inline-svg": "^3.1.2"
"vue-inline-svg": "^3.1.2",
"@codernote/utils": "1.9.1"
},

@@ -36,3 +31,8 @@ "devDependencies": {

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