Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

makensis

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

makensis

A Node wrapper for makensis, the NSIS compiler

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
253
decreased by-26.45%
Maintainers
1
Weekly downloads
 
Created
Source

makensis

npm npm Travis David David

A Node wrapper for makensis, the NSIS compiler

Installation

npm install -g -makensis

Usage

import * as makensis from 'makensis';

const options = {
    verbose: 2,
    define: {
        'SPECIAL_BUILD': true
    }
}

makensis.compile('/path/to/installer.nsi', options)
.catch((err) => {
    console.error(err);
});

Methods

compile(script, [options])

Compile specified script with MakeNSIS

version()

Returns version of MakeNSIS

cmdhelp([command])

Returns usage information for a specific command, or a list all commands

License

This work is licensed under The MIT License

Donate

You are welcome support this project using Flattr or Bitcoin 17CXJuPsmhuTzFV2k4RKYwpEHVjskJktRd

Keywords

FAQs

Package last updated on 11 Aug 2017

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

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc