Socket
Book a DemoInstallSign in
Socket

@atvise/modular-webmi

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atvise/modular-webmi

Modular exports for webmi.js

0.2.1
latest
Source
npmnpm
Version published
Weekly downloads
28
133.33%
Maintainers
1
Weekly downloads
 
Created
Source

@atvise/modular-webmi

Modular exports for webmi.js: Re-exports parts of webmi.js with some API improvements (e.g. Promise support), written in TypeScript.

Please note that this currently work in progress.

Installation

Run npm install --save-dev @atvise/modular-webmi to install this package from npm.

Currently it's also required that a working webmi.js is loaded in the browser.

Usage

import { read } from '@atvise/modular-webmi';

read<number>('AGENT.OBJECTS.test')
  .then(({ value }) => console.log('Test, trippled:', value * 3))
  .catch((error) => console.error('Cannot read test', error));

This package is part of the create-atvise-app project.

Refer to it's documentation for more information.

FAQs

Package last updated on 05 Mar 2021

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.