New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gits-id/alert

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gits-id/alert - npm Package Compare versions

Comparing version

to
0.4.0-alpha.1

src/VAlert.spec.ts

26

package.json
{
"name": "@gits-id/alert",
"version": "0.3.0",
"version": "0.4.0-alpha.1+ba7ba8c",
"description": "GITS Alert Component",
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
"prepublishOnly": "npm run build",
"test": "vitest"
},
"keywords": [

@@ -13,13 +18,16 @@ "alert",

"dependencies": {
"@gits-id/utils": "^0.3.0",
"@heroicons/vue": "^1.0.6"
"@gits-id/utils": "^0.4.0-alpha.1+ba7ba8c",
"@heroicons/vue": "^1.0.6",
"vue": "^3.2.33"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"c8": "^7.11.3",
"postcss": "^8.4.8",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.2",
"vite": "^2.8.6"
"vite": "^2.8.6",
"vitest": "^0.12.4"
},
"gitHead": "1c8786cbf03a24b464264d95d0d3a90812476412",
"gitHead": "ba7ba8c5dc8af8222d6e31795ca3cfa86995b5ec",
"main": "dist/alert.umd.js",

@@ -29,7 +37,3 @@ "unpkg": "dist/alert.iife.js",

"module": "./dist/alert.es.js",
"types": "./dist/types/index.d.ts",
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
"test": "vitest"
}
}
"types": "./dist/types/index.d.ts"
}

@@ -19,4 +19,4 @@ {

},
"include": ["vue.d.ts", "*.vue", "src"],
"include": ["src/vue.d.ts", "*.vue", "src"],
"exclude": ["**/*.stories.ts", "**/*.spec.ts", "**/*.test.ts"]
}

Sorry, the diff of this file is not supported yet