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

@contactstudio/agent-lib

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contactstudio/agent-lib - npm Package Compare versions

Comparing version

to
1.0.28

2

package.json
{
"name": "@contactstudio/agent-lib",
"version": "1.0.27",
"version": "1.0.28",
"author": "Christopher Gonçalves <christopher.goncalves2002@gmail.com.br>",

@@ -5,0 +5,0 @@ "license": "MIT",

module.exports = {
plugins: {
tailwindcss: { config: "./tailwind.config.js" },
autoprefixer: {},
// tailwindcss: {},
// ...(process.env.NODE_ENV === "production" ? { cssnano: {} } : {}),
},
};

@@ -0,8 +1,12 @@

const colors = require("tailwindcss/colors");
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{html,js, vue}"],
content: ["./src/**/*.{vue,scss}"],
theme: {
colors: {
primary: "#0cbcc6",
},
extend: {},
},
plugins: [],
}
};

@@ -6,7 +6,2 @@ const { defineConfig } = require("@vue/cli-service");

// filenameHashing: true,
// productionSourceMap: false,
// outputDir: "dist/",
// publicPath: "/",
css: {

@@ -13,0 +8,0 @@ loaderOptions: {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet