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

@halo-dev/components

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@halo-dev/components - npm Package Compare versions

Comparing version
2.23.0
to
2.24.0
+7
-7
package.json
{
"name": "@halo-dev/components",
"version": "2.23.0",
"version": "2.24.0",
"description": "",

@@ -59,12 +59,12 @@ "keywords": [

"scripts": {
"build": "vite build",
"build": "vp build",
"build-storybook": "storybook build",
"dev": "vite build --watch",
"dev": "vp build --watch",
"storybook": "storybook dev -p 6006",
"test:unit": "vitest --run",
"test:unit:coverage": "vitest run --coverage",
"test:unit:ui": "vitest --watch --ui",
"test:unit:watch": "vitest --watch",
"test:unit": "vp test --run",
"test:unit:coverage": "vp test run --coverage",
"test:unit:ui": "vp test --watch --ui",
"test:unit:watch": "vp test --watch",
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
}
}

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

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

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

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