
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@gowest/iq_medien_nuxt_module
Advanced tools
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
@gowest/iq_medien_nuxt_module
yarn add @gowest/iq_medien_nuxt_module
@gowest/iq_medien_nuxt_module
to the modules
section of nuxt.config.js
with an option. You can setup an empty object{
modules: [
...
"@gowest/iq_medien_nuxt_module",
]
}
modules
section of nuxt.config.js
{
modules: [
...
[
'nuxt-lazy-load',
{
directiveOnly: true
}
],
'@nuxtjs/axios',
]
}
nuxt.config.js
for csscss: [
"node_modules/@gowest/iq_medien_nuxt_module/lib/assets/scss/fonts.scss",
],
styleResources: {
scss: [
'node_modules/@gowest/iq_medien_nuxt_module/lib/assets/scss/index.scss',
]
},
iq_medien_nuxt_module
to the winidicss config to be scanned for windi classes{
windicss: {
scan: {
dirs: ["./", "./.nuxt/iq_medien_nuxt_module/components"],
}
}
}
nuxt.config.js
googleFonts: {
families: {
'Roboto Condensed': [400],
'Poppins': [400, 500],
'Source Sans Pro': [400],
},
download: true,
},
nuxt.config.js
axios: {
baseURL: process.env.API_URL,
},
privateRuntimeConfig: {
axios: {
baseURL: process.env.API_URL,
},
},
env: {
baseUrl: process.env.BASE_URL,
apiUrl: process.env.API_URL,
uuid: process.env.PORTAL_UUID,
}
windi.config.js
with following configuration, or you can customize it.import { defineConfig } from 'windicss/helpers'
import plugin from 'windicss/plugin'
export default defineConfig({
preflight: true,
theme: {
screens: {
/* Breakpoint sizes */
sm: '768px',
md: '992px',
lg: '1302px',
xl: '9999px',
'xs-only': { max: '767px' },
'sm-only': { min: '768px', max: '991px' },
'mobile-only': { max: '991px' }
},
extend: {
padding: {
default: '10px'
},
gap: {
default: '20px'
},
fontFamily: {
roboto: ["Roboto Condensed", "sans-serif"],
poppins: ["Poppins", "sans-serif"],
source: ["Source Sans Pro", "sans-serif"],
},
colors: {
primary: {
DEFAULT: "#92BD16",
600: "#6B8A11",
},
'primary-hover': "#6B8A11",
secondary: "#FA9A00",
black: {
DEFAULT: "#30373F",
500: "#344050",
600: "#12161C",
},
gray: {
DEFAULT: "#F7F7F7",
500: "rgba(0, 0, 0, 0.1)",
600: "#707070",
},
},
},
},
plugins: [
plugin(function ({ addComponents }) {
const newUtilities = {
'h1': {
"font-size": '38px',
"@media (min-width: 992px)": {
"font-size": '54px',
},
},
'h2': {
"font-size": '24px',
"@media (min-width: 992px)": {
"font-size": '48px',
},
},
'h3': {
"font-size": '24px',
"@media (min-width: 992px)": {
"font-size": '34px',
},
},
'h4': {
"font-size": '18px',
"@media (min-width: 992px)": {
"font-size": '20px',
},
},
'p': {
fontSize: '15px',
},
'.summary': {
fontSize: '15px',
"@media (min-width: 992px)": {
"font-size": '16px',
},
},
'.subtitle': {
"font-size": '20px',
},
".container": {
width: "100%",
"margin-left": "auto",
"margin-right": "auto",
"padding-left": "30px",
"padding-right": "30px",
"max-width": "100%",
"@media (min-width: 992px)": {
width: "calc(100% - 100px)",
"padding-left": "50px",
"padding-right": "50px",
},
"@media (min-width: 1302px)": {
width: "1280px",
"padding-left": "0",
"padding-right": "0",
"max-width": "1920px",
},
},
".container-lg": {
width: "100%",
"margin-left": "auto",
"margin-right": "auto",
"padding-left": "10px",
"padding-right": "10px",
"max-width": "100%",
"@media (min-width: 992px)": {
width: "calc(100% - 50px)",
"padding-left": "25px",
"padding-right": "25px",
},
"@media (min-width: 1402px)": {
width: "1320px",
"padding-left": "0",
"padding-right": "0",
"max-width": "1920px",
},
},
".container-fluid": {
width: "100%",
"margin-left": "auto",
"margin-right": "auto",
"padding-left": "0px",
"padding-right": "0px",
"max-width": "100%",
},
}
addComponents(newUtilities)
}),
],
})
For detailed explanation on how things work, check out the documentation.
FAQs
## Build Setup
The npm package @gowest/iq_medien_nuxt_module receives a total of 1 weekly downloads. As such, @gowest/iq_medien_nuxt_module popularity was classified as not popular.
We found that @gowest/iq_medien_nuxt_module demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.