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

@codelic/component

Package Overview
Dependencies
Maintainers
10
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codelic/component - npm Package Compare versions

Comparing version 1.3.7 to 1.3.8

.cache/viteplay/0-cc-button.vue

0

env.d.ts
/// <reference types="vite/client" />

8

package.json
{
"name": "@codelic/component",
"version": "1.3.7",
"version": "1.3.8",
"type": "module",

@@ -28,3 +28,4 @@ "author": "CodeLic",

"vue": "^3.2.47",
"vue-router": "^4.1.6"
"vue-router": "^4.1.6",
"vue-final-modal": "^4.4.5"
},

@@ -39,3 +40,4 @@ "devDependencies": {

"vitest": "^0.29.8",
"vue-tsc": "^1.2.0"
"vue-tsc": "^1.2.0",
"@vueuse/head": "^1.3.1"
},

@@ -42,0 +44,0 @@ "repository": {

@@ -0,0 +0,0 @@ ## 環境構築

export type CCButtonType = 'standard' | 'rounded' | 'square'

@@ -0,0 +0,0 @@ import { ref } from 'vue'

@@ -0,0 +0,0 @@ export type DateType = {

@@ -0,0 +0,0 @@ import { SizeTypes } from '../../../types'

export type CCToggleType = 'pattern1' | 'pattern2' | 'pattern3'

@@ -0,0 +0,0 @@ import { ErrorParamsType } from '../types/Form/Form.types'

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import CCInput from './components/CCInput/CCInput.vue'

import { createApp } from 'vue'
import App from './App.vue'
import '@viteplay/vue/dist/style.css'
import { router } from './routers'
createApp(App).mount('#app')
const app = createApp(App)
app.use(router)
app.mount('#app')

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ export type FormType = 'standard' | 'outline' | 'square' | 'shadow'

@@ -0,0 +0,0 @@ import { SizeTypes } from './Size/Size.types'

@@ -0,0 +0,0 @@ export type MDIconTypes =

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { describe, expect, test } from 'vitest'

import './getBorderColorTest'
import './getBorderColorTest'
import './getBorderColorTest'

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

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

import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import viteplay from '@viteplay/plugin'

@@ -18,3 +19,12 @@ // https://vitejs.dev/config/

},
plugins: [vue()]
plugins: [
vue(),
viteplay({
// Path to extract components from to create dev pages for
components: './src/components/*/*.vue',
// Path to extract component examples from to put on each dev page
componentExamples: 'examples/*.vue',
base: '/dev'
})
]
})

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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