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

snowflake-compiler

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

snowflake-compiler

An HTML5 compiler to compile your HTML5 applications to native platforms

latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

snowflake-compiler

An HTML5 compiler to compile your HTML5 applications to native platforms

Installation

# for use in npm scripts
npm install --save-dev snowflake-compiler

# for use from cli
npm install -g snowflake-compiler

Usage

To handle the most common Squirrel.Windows events add the following to the top of your projects main.js.

const {app} = require("electron");

if(require("snowflake-compiler")){
	app.quit();
}

Compiling for Windows

snowflake compile --platform windows

Compiling for MacOS

snowflake compile --platform macos

Compiling for Linux

snowflake compile --platform linux

Having Trouble With Our Compiler?

Contact us on our discord server or create a new issue

FAQs

Package last updated on 16 Dec 2018

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