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

hal-edk

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hal-edk

HAL extension development kit

latest
Source
npmnpm
Version
3.2.0
Version published
Maintainers
1
Created
Source

Development package for writing HAL extensions. Follow these steps to setup a new extension project:

  • Create a new yarn project

  • Install a developer dependency for hal-edk:

    $ yarn install --save-dev hal-edk
    

    This will install the management console in node_modules/hal-edk and create two files in the project's root folder:

    • index.html: Starts the console and loads extension.js
    • extension.js: Registers a noop header extension
  • Start a local web server and open index.html

Don't forget to add the URL of your local web server as allowed origin to the management model.

For more details see https://github.com/hal/hal.next.

Keywords

hal

FAQs

Package last updated on 14 May 2019

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