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.22

2

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

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

@@ -11,19 +11,19 @@ const { defineConfig } = require("@vue/cli-service");

// css: {
// loaderOptions: {
// scss: {
// additionalData: `@import "@/scss/index.scss";`,
// },
// },
// },
css: {
loaderOptions: {
scss: {
additionalData: `@import "@/scss/index.scss";`,
},
},
},
// aliases
// configureWebpack: {
// resolve: {
// alias: {
// "@": path.resolve(__dirname, "src"),
// "@components": path.resolve(__dirname, "src", "components"),
// },
// },
// },
configureWebpack: {
resolve: {
alias: {
"@": path.resolve(__dirname, "src"),
"@components": path.resolve(__dirname, "src", "components"),
},
},
},
});