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/backend

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperdart/backend

hyperDart backend for dart development

2.0.4
latest
npmnpm
Version published
Weekly downloads
2
100%
Maintainers
2
Weekly downloads
 
Created
Source

@hyperdart/backend

Used for creating the frame for sandbox testing of Darts

Installation

npm install --save @hyperdart/backend

Usage

const hDBackend = require('@hyperdart/backend');
const hDConfig = require('hyperdart.config')

function (req, res) {
	res.send(hDBackend.createDartFrame(hDConfig))
}

FAQs

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