Socket
Book a DemoInstallSign in
Socket

neutronium-vm-loader

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neutronium-vm-loader

parser for neutronium viewModel

latest
npmnpm
Version
1.4.0
Version published
Maintainers
1
Created
Source

Neutronium vm loader

Build status Npm version MIT License

Utility to parse Neutronium generated cjson into javascript object. Used by neutronium-vue.

Typical use:

import rawVm from '../data/vm'
import { createVM } from 'neutronium-vm-loader'

const vm = createVM(rawVm);

Installation

npm install --save neutronium-vm-loader

Keywords

neutronium

FAQs

Package last updated on 26 Apr 2020

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