Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@thayannevls/releases-components
Advanced tools
Useful components and hooks to integrate releases to your application.
Useful components and hooks to integrate releases to your application.
yarn add @vtex/...
It's necessary to add the Admin-UI ThemeProvider at the root of your application along with the ReleasesProvider.
import React from 'react'
// 1. Import the ReleasesProvider
import { ReleasesProvider } from '@vtex/...'
// 2. import the ThemeProvider
import { ThemeProvider } from '@vtex/admin-ui'
function RootComponent() {
// 3. Use at the root of your app
return (
<ReleasesProvider account="<your_vtex_account>">
<ThemeProvider>
{/** your app code here */}
</ThemeProvider>
</ReleasesProvider>
)
FAQs
Useful components and hooks to integrate releases to your application.
The npm package @thayannevls/releases-components receives a total of 0 weekly downloads. As such, @thayannevls/releases-components popularity was classified as not popular.
We found that @thayannevls/releases-components 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.