Socket
Socket
Sign inDemoInstall

neutronium-vm-loader

Package Overview
Dependencies
1
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    neutronium-vm-loader

parser for neutronium viewModel


Version published
Weekly downloads
12
increased by1100%
Maintainers
1
Install size
790 kB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 26 Apr 2020

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc