New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hyperdart/backend

Package Overview
Dependencies
Maintainers
0
Versions
13
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.3
latest
npm
Version published
Weekly downloads
3
50%
Maintainers
0
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 13 Jan 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