New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

nextar

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nextar

A server side observability and SEO metrics solution for Next.js developers

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

Nextar Version

Nextar is an open-source developer tool for Next.js developers to provide server-side network request metrics along with detailed charts on Google's core web vitals, in order to assist with development when working with server side rendered components.

Note: Nextar is only compatible with versions of Next.js 13 and above

Table of Contents

Features

Nextar provides two dashboards:

  • Server Side Activity (Endpoint, Type of Request, Response Status, Response Size, Start Time, Duration) with waterfall view
  • Web Vitals (FCP, LCP, CLS, FID)

Getting Started

  • In your terminal, install the Nextar NPM package
    npm install nextarjs
    
  • Run the following to create the Nextar files
    npx nextar-create
    
  • In your package.json, add the following to scipts:
    "nextar": "node --require ./server/server.js & next dev",
    
  • in your terminal run the following command:
    npm run nextar
    

Open your dashboards by going to your hosted website and navigating to the two dashboard endpoints: http://localhost:3000/nextar-dashboard http://localhost:3000/nextar

Usage

Insert gifs here...

Additional Information

FID will be replaced with NIS in March 2024.

Authors

Amulya Uppala | Github | LinkedIn

Andrew Lee | Github | LinkedIn

Isabelle Ro | Github | LinkedIn

Julia Shi | Github | LinkedIn

Tech Stack

Next JS JavaScript TypeScript React NPM NodeJS Express WebSocket MUI OpenTelemetry d3js Webpack

Keywords

nextjs

FAQs

Package last updated on 14 Sep 2023

Did you know?

Socket

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.

Install

Related posts