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.
ucam-observe-remote-analytics
Advanced tools
Tooling and documentation to provide a paved path for front-end/remote analytics. Currently utilising Google Analytics.
Run npm run build
.
./dist
. This is an ESM-only target (you can't use this in CommonJS modules)../ucam-observe-remove-analytics-x.y.z.tgz
.To install the package, run the following command:
npm install ucam-observe-remote-analytics
Insert this next to the root of your React app.
❗️ Note
Use the
CookieBanner
in aThemeProvider
with theCamMuiTheme
to get the correct style.
Before
<html lang="en">
<body className={inter.className}>
{children}
</body>
</html>
After
<html lang="en">
<body className={inter.className}>
<CookieBanner />
{children}
</body>
</html>
This is a theme that you can use with the ThemeProvider
from material-ui
. You should use the provider
in your layout or highest-level React app component.
Before
<html lang="en">
<body className={inter.className}>
<CookieBanner />
{children}
</body>
</html>
After
<html lang="en">
<body className={inter.className}>
<ThemeProvider theme={CamMuiTheme}>
<CssBaseline />
<CookieBanner />
{children}
</ThemeProvider>
</body>
</html>
In the basic-usage
folder, you will find an example application.
To use it, start from the root folder, then run the following to install the package:
npm run build
pushd && cd basic-usage
npm i ../ucam-observe-remove-analytics-0.1.0.tgz
npm i
Then run the following to start the test app:
npm run dev
Go to localhost:3000
to see the application.
This project is MIT licensed.
FAQs
Tooling and documentation to provide a paved path for front-end/remote analytics. Currently utilising Google Analytics.
The npm package ucam-observe-remote-analytics receives a total of 0 weekly downloads. As such, ucam-observe-remote-analytics popularity was classified as not popular.
We found that ucam-observe-remote-analytics 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
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.