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

lv

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lv

a compiler for javascript

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

LV

Javascript(ECMAScript) to Assembly tool

This project is highly under being developed by @yorkie.

Installation

$ npm install lv -g

Usage

lv [command] [file]

Commands:
  run       run your program directly
  compile   compile your program to output path

compile and run demo(program):

$ lv compile examples/simple.js build/simple
$ ./build/simple          # run

NB: Only support very little features

LICENSE

MIT

Keywords

javascript

FAQs

Package last updated on 15 Mar 2014

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