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

@gits-id/spinner

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gits-id/spinner - npm Package Compare versions

Comparing version

to
0.13.15

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.13.15](https://github.com/gitsindonesia/ui-component/compare/v0.13.14...v0.13.15) (2022-12-08)
**Note:** Version bump only for package @gits-id/spinner
## [0.13.11](https://github.com/gitsindonesia/ui-component/compare/v0.13.10...v0.13.11) (2022-12-06)

@@ -8,0 +16,0 @@

17

package.json
{
"name": "@gits-id/spinner",
"version": "0.13.11",
"version": "0.13.15",
"description": "GITS Spinner Component",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
"prepublishOnly": "npm run build",
"test": "vitest"
},
"keywords": [

@@ -20,3 +15,3 @@ "spinner",

"devDependencies": {
"@gits-id/tailwind-config": "^0.13.11",
"@gits-id/tailwind-config": "^0.13.15",
"@gits-id/utils": "^0.13.0",

@@ -42,6 +37,10 @@ "@vue/test-utils": "^2.0.0-rc.17",

},
"gitHead": "01eb078443f637f65a939407d723ffcfca007f55",
"gitHead": "8104720a06b60ca92b79f9b6ce89108faa68bba5",
"dependencies": {
"vue": "^3.2.33"
},
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
"test": "vitest"
}
}
}