You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@hyperdart/frontend

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperdart/frontend

hyperDart frontend for dart development

2.0.4
latest
npmnpm
Version published
Maintainers
2
Created
Source

@hyperdart/frontend

Used for creating the HOC for darts before publishing to hyperDart

Installation

npm install --save @hyperdart/frontend

Usage

import { withHD } from '@hyperdart/frontend';

const newDart = (props) => {
	...
	...
}

export default withHD (newDart)

FAQs

Package last updated on 30 May 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