
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@unpress/nuxt-layer
Advanced tools
Fork from [shadcn-docs-nuxt](https://github.com/shadcn/shadcn-docs-nuxt) at v0.8.13 `git diff --name-status 54b80e2e96bbc7249170150fb72e20078629a170`
Fork from shadcn-docs-nuxt
at v0.8.13
git diff --name-status 54b80e2e96bbc7249170150fb72e20078629a170
Make sure to install the dependencies:
pnpm install
Your layer is at the root of this repository, it is exactly like a regular Nuxt project, except you can publish it on NPM.
The .playground directory should help you on trying your layer during development.
Running pnpm dev will prepare and boot .playground directory, which imports your layer itself.
Your Nuxt layer is shaped exactly the same as any other Nuxt project, except you can publish it on NPM.
To do so, you only have to check if files in package.json are valid, then run:
npm publish --access public
Once done, your users will only have to run:
npm install --save your-layer
Then add the dependency to their extends in nuxt.config:
defineNuxtConfig({
extends: 'your-layer'
})
Start the development server on http://localhost:3000
pnpm dev
Build the application for production:
pnpm build
Or statically generate it with:
pnpm generate
Locally preview production build:
pnpm preview
Checkout the deployment documentation for more information.
FAQs
Fork from [shadcn-docs-nuxt](https://github.com/shadcn/shadcn-docs-nuxt) at v0.8.13 `git diff --name-status 54b80e2e96bbc7249170150fb72e20078629a170`
The npm package @unpress/nuxt-layer receives a total of 4 weekly downloads. As such, @unpress/nuxt-layer popularity was classified as not popular.
We found that @unpress/nuxt-layer demonstrated a healthy version release cadence and project activity because the last version was released less than 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
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.