Socket
Book a DemoInstallSign in
Socket

@carapis/nextjs

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@carapis/nextjs

A collection of utilities for NextJS applications

latest
npmnpm
Version
1.0.18
Version published
Maintainers
1
Created
Source

@carapis/nextjs

A collection of utilities for NextJS applications.

Installation

pnpm add @carapis/nextjs

Usage

import { Breadcrumbs, Link } from '@carapis/nextjs/components';
import { useMedia } from '@carapis/nextjs/hooks';
import { routes } from '@carapis/nextjs/utils';

Available Exports

  • components - UI components (Breadcrumbs, Link, etc.)
  • hooks - Custom React hooks
  • utils - Utility functions and classes
  • layouts - Layout components
  • theme - Material-UI theme configuration

License

MIT

FAQs

Package last updated on 29 Jul 2025

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