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

@gits-id/button

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gits-id/button - npm Package Compare versions

Comparing version

to
0.1.17-alpha.0

dist/button.cjs.js

23

package.json
{
"name": "@gits-id/button",
"version": "0.0.0",
"version": "0.1.17-alpha.0",
"description": "GITS Button Component",
"main": "index.ts",
"keywords": [

@@ -15,10 +14,26 @@ "button",

"dependencies": {
"@gits-id/spinner": "*"
"@gits-id/spinner": "^0.1.17-alpha.0",
"@gits-id/theme": "^0.1.17-alpha.0",
"@gits-id/utils": "^0.1.17-alpha.0"
},
"devDependencies": {
"@gits-id/tailwind-config": "*"
"@gits-id/tailwind-components": "^0.1.17-alpha.0",
"@gits-id/tailwind-config": "^0.1.17-alpha.0",
"@vitejs/plugin-vue": "^2.2.4",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.8",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.2",
"vite": "^2.8.6",
"vue": "^3.2.31"
},
"main": "dist/button.umd.js",
"unpkg": "dist/button.iife.js",
"jsdelivr": "dist/button.iife.js",
"module": "./dist/button.es.js",
"types": "./dist/types/index.d.ts",
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types",
"test": "echo \"Error: no test specified\" && exit 1"
}
}
index.ts