
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
nuxt3-upload-file
Advanced tools
My new Nuxt module for doing amazing things.
my-module
dependency to your project# Using pnpm
pnpm add -D my-module
# Using yarn
yarn add --dev my-module
# Using npm
npm install --save-dev my-module
my-module
to the modules
section of nuxt.config.ts
export default defineNuxtConfig({
modules: [
'my-module'
]
})
That's it! You can now use My Module in your Nuxt app ✨
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint
# Run Vitest
npm run test
npm run test:watch
# Release new version
npm run release
FAQs
My new Nuxt module upload-file
The npm package nuxt3-upload-file receives a total of 0 weekly downloads. As such, nuxt3-upload-file popularity was classified as not popular.
We found that nuxt3-upload-file 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.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.