Socket
Book a DemoInstallSign in
Socket

@uhuru/enebular-infomotion-v2

Package Overview
Dependencies
Maintainers
5
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uhuru/enebular-infomotion-v2

To get private pacakge,

latest
npmnpm
Version
1.0.63
Version published
Maintainers
5
Created
Source

InfoMotion-v2

To get private pacakge,

npm login

How to start

Install modules

npm install

Run locally

Host files on local server http://localhost:8080/

npm run example 

to run webpacks dev mode

npm run dev 
  • you may need to run sudo

Example Htmls

Unless indicated at the top of the html it should work.

Current working html examples:

  • index.html (milkcocoa adapter)
  • firebase.html (firebase adapter)
  • pubnub.html (pubnub adapter)
  • all-datasource (all 3 adapters)
  • mock.html (mock adapter)
  • random.html (random adapter)

Build

Build for enebular

to compile infomotion, you need

yarn install

yarn build

# go to /dist
# infomotion.js and infomotionUI.js are in /dist folder
# infomotion.css is /disc/css/app.css

Dist files to paste in Enebular's public > emi > enebular-infomotion folder infomotion.js infomotionUI.js and folder css

Iframe folder is also needed in enebular's public > emi > iframe Iframe folder contains two files:

  • iframe.js
  • iframe.html

iframe.js is packaged but not currently packaged by infoMotion-v2. original script can be located in the original InfoMotion repo.

Unit Test

npm run test 

or 

npm run test:watch

Run lint

npm run lint

Run Doc (Not working)

npm run doc

FAQs

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