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

@nodeblocks/frontend-error-block

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodeblocks/frontend-error-block

1. **Install** 📦:

latest
npmnpm
Version
0.2.3
Version published
Maintainers
4
Created
Source

🚀 Nodeblocks Frontend Error Block

🛠️ How to Use

  • Install 📦:

    npm install @nodeblocks/frontend-error-block
    
  • Use 🛠️:

    import { ErrorBlock } from '@nodeblocks/frontend-error-block';
    
    const DemoAppTemplate = ({ state }) => {
      return (
        <>
          {state.hasError && (
            <ErrorBlock
              href={'/'}
              buttonText={'Back to Home'}
              subtitle={'Error Block Subtitle'}
              title={'Error Block Title'}
            />
          )}
        </>
      );
    };
    

FAQs

Package last updated on 17 Feb 2026

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