Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
@stefanobartoletti/nuxt-social-share
Advanced tools
<SocialShare>
componentuseSocialShare
composable is exposed, to provide even more flexibility if needed@stefanobartoletti/nuxt-social-share
dependency to your projectnpx nuxi@latest module add nuxt-social-share
@stefanobartoletti/nuxt-social-share
to the modules
section of nuxt.config.ts
, if not add it manually:export default defineNuxtConfig({
// module added by Nuxi
modules: [
'@stefanobartoletti/nuxt-social-share'
],
})
export default defineNuxtConfig({
// configuration options
socialShare: {
baseUrl: 'https://www.yoursite.com' // required!
// other optional module options
}
})
The full docs are available in a dedicated documentation website
[!NOTE] If you want to contribute you can start by reading the Contributing guidelines.
[!NOTE] Contributions to add more networks are welcome, but keep in mind that PR will be accepted only for networks that have a documentation available in English among other languages.
corepack enable
pnpm install
pnpm dev:prepare
to generate type stubs.pnpm dev
to start playground in development mode.pnpm lint --fix
© 2023-present Stefano Bartoletti
1.2.0 (2024-10-24)
threads
network (14ac26c)twitter
for x
) (c84d2c8)twitter
network to x
(b42e70f)FAQs
Simple Social Sharing for Nuxt
We found that @stefanobartoletti/nuxt-social-share demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.