
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
nuxt-tsconfig-relative-paths
Advanced tools
Nuxt Team has fixed relative paths issue in Nuxt 3.7.0. Please remove this module if you had it and don't use if you wanted to.
Nuxt Team has fixed relative paths issue in Nuxt 3.7.0. Please remove this module if you had it and don't use if you wanted to.
This module allows you to rollback to relative paths in tsconfig for Nuxt 3.6.x. See https://github.com/nuxt/nuxt/issues/21827 for more information.
Module only works in development mode and on ~3.6 versions.
If you want to silence upgrade warning for now, you can do that via Nuxt Config:
export default defineNuxtConfig({
tsconfigRelativePaths: {
disableUpgradeWarning: true,
},
});
As #components
are inserted AFTER custom module hooks I wasn't able to modify this entry. The reason behind this is
that for example in prepare hook "prepare:types" is the last hook. #components are being added AFTER "last hook",
therefore without tricky solutions I will not be able to replace #components path.
If you need types, as workaround you can use ##components
alias for now. But I highly recommend to stay
on #components
and upgrade to Nuxt ^3.7 ASAP.
nuxt-tsconfig-relative-paths
dependency to your project# Using pnpm
pnpm add -D nuxt-tsconfig-relative-paths
# Using yarn
yarn add --dev nuxt-tsconfig-relative-paths
# Using npm
npm install --save-dev nuxt-tsconfig-relative-paths
nuxt-tsconfig-relative-paths
to the modules
section of nuxt.config.ts
export default defineNuxtConfig({
modules: [
'other-modules',
'nuxt-tsconfig-relative-paths'
]
})
FAQs
Nuxt Team has fixed relative paths issue in Nuxt 3.7.0. Please remove this module if you had it and don't use if you wanted to.
The npm package nuxt-tsconfig-relative-paths receives a total of 1 weekly downloads. As such, nuxt-tsconfig-relative-paths popularity was classified as not popular.
We found that nuxt-tsconfig-relative-paths demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.