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

hal-console

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-console

Management console for WildFly / JBoss EAP

Source
npmnpm
Version
3.1.1
Version published
Maintainers
1
Created
Source

Starts a local web server listening to http://localhost:3000. Please make sure to configure the allowed origins of the HTTP management endpoint.

  • Standalone mode

      /core-service=management/management-interface=http-interface:list-add(name=allowed-origins,value=http://localhost:3000)
      reload
    
  • Domain mode

      /host=master/core-service=management/management-interface=http-interface:list-add(name=allowed-origins,value=http://localhost:3000)
      reload --host=master
    

To install and run HAL use

yarn install -g hal-console
hal-console

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

Keywords

hal

FAQs

Package last updated on 23 Nov 2018

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