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

stem-host

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stem-host

STEM host

latest
Source
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

STEM host

CLI

  • list
  • start
  • build

API

  • list
  • start
  • build

STEM definition

  • must be a valid node module
  • must have a package.json file (TODO: review - really needed?)
  • if STEM's module name is 'xyz', then 'xyz/stem' must resolve to the STEM's main module (this is distinct from 'xyz's main module).

STEM main module

  • start
  • beforeStart
  • afterStart
  • decorateExports (advanced)

Inline STEMs / Building from stem_sources

  • STEMs may be installed as normal node modules (i.e. using npm), -or- they may be defined inline within the app
  • An inline STEM <stemname> is located at <appdir>/stem-sources/<stemname>
  • its build script is in the app's package.json's "scripts" hash, with key "build-<stemname>"
  • the build script is responsible for making the inline STEM's built output available at <appdir>/node_modules/<stemname>

FAQs

Package last updated on 27 Jan 2017

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