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

becool-ui

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

becool-ui - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

pages/button.vue

7

nuxt.config.ts

@@ -7,3 +7,4 @@ // https://nuxt.com/docs/api/configuration/nuxt-config

'remixicon/fonts/remixicon.css',
'@/src/styles/global.css'
'@/src/styles/global.css',
'@/dist/style.css'
],

@@ -14,6 +15,8 @@ devtools: {

alias: {
'becool-ui': resolve(__dirname, './dist/nuxt-app.mjs')
'becool-ui': resolve(__dirname, './dist/becool-ui.mjs')
},
postcss: {
plugins: {
'postcss-import': {},
'tailwindcss/nesting': {},
tailwindcss: {},

@@ -20,0 +23,0 @@ autoprefixer: {},

{
"name": "becool-ui",
"version": "0.0.2",
"version": "0.0.3",
"scripts": {

@@ -10,3 +10,4 @@ "build": "nuxt build",

"postinstall": "nuxt prepare",
"ui": "vite build && npm version patch && npm publish"
"ui": "vite build && npm version patch && npm publish",
"ui:watch": "vite build --watch"
},

@@ -20,3 +21,4 @@ "devDependencies": {

"postcss": "^8.4.25",
"sass": "^1.63.6",
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.0.0",
"tailwindcss": "^3.3.2",

@@ -23,0 +25,0 @@ "vite": "^4.4.4"

import { defineConfig } from "vite";
import vue from '@vitejs/plugin-vue'
import { resolve } from "path"
import nesting from 'tailwindcss/nesting'
import tailwindcss from 'tailwindcss'

@@ -25,3 +27,11 @@ export default defineConfig({

}
},
css: {
postcss: {
plugins: [
nesting,
tailwindcss
]
}
}
})

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