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

@gits-id/icon

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gits-id/icon - npm Package Compare versions

Comparing version 0.13.11 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/icon
## [0.13.11](https://github.com/gitsindonesia/ui-component/compare/v0.13.10...v0.13.11) (2022-12-06)

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

0

dist/types/Icon.vue.d.ts

@@ -0,0 +0,0 @@ import { type DefaultSizes } from '@gits-id/theme/defaultTheme';

import Icon from './Icon.vue';
export { Icon };
export default Icon;

20

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

@@ -18,3 +13,3 @@ "gits",

"dependencies": {
"@gits-id/theme": "^0.13.0",
"@gits-id/theme": "^0.13.15",
"@heroicons/vue": "^1.0.6",

@@ -25,3 +20,3 @@ "@iconify/vue": "^3.2.1",

"devDependencies": {
"@gits-id/tailwind-config": "^0.13.11",
"@gits-id/tailwind-config": "^0.13.15",
"vite": "^3.0.0",

@@ -45,3 +40,8 @@ "vitest": "^0.12.4",

},
"gitHead": "01eb078443f637f65a939407d723ffcfca007f55"
}
"gitHead": "8104720a06b60ca92b79f9b6ce89108faa68bba5",
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
"test": "vitest"
},
"readme": "# GITS Icon Component\r\n\r\n## Installation\r\n\r\nnpm\r\n\r\n```\r\nnpm i @gits-id/icon\r\n```\r\n\r\nyarn\r\n\r\n```\r\nyarn add @gits-id/icon\r\n```\r\n\r\npnpm\r\n\r\n```\r\npnpm i @gits-id/icon\r\n```\r\n\r\n## Usage\r\n\r\n```vue\r\n<script setup lang=\"ts\">\r\nimport {Icon} from '@gits-id/icon';\r\n</script>\r\n\r\n<template>\r\n <Icon icon=\"ic:add\" />\r\n</template>\r\n```\r\n\r\n## Documentation\r\n\r\nView full documentation [here](https://gits-ui.web.app/?path=/story/components-icon--default).\r\n\r\n## License\r\n\r\nMIT\r\n"
}

@@ -0,0 +0,0 @@ module.exports = {

@@ -0,0 +0,0 @@ # GITS Icon Component

@@ -0,0 +0,0 @@ import {mount} from '@vue/test-utils';

@@ -0,0 +0,0 @@ import {Story} from '@storybook/vue3';

import Icon from './Icon.vue';
export {Icon};
export default Icon;

@@ -0,0 +0,0 @@ declare module '*.vue' {

@@ -0,0 +0,0 @@ module.exports = {

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ import {defineConfig} from 'vite';

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc