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

native-app

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

native-app

Node tool for building native apps on OSX

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

node-native-app

Node tool for building native apps on OSX

Currently only working on node 0.10.x. Support for 0.12.x and io.js will come when NodObjC is updated.

##Installation

npm install native-app

##Usage

var createApp = require('native-app')

createApp(function (err, app) {
  //do whatever you want

  app.close()
})

Try a sample with

npm run demo

##API Reference

createApp(callback)

callback is passed a App once it is ready to use.

Each program should only call createApp once.

App

close()

Closes the App, releasing all memory and removing all items. Any further calls to this App will throw.

Keywords

osx

FAQs

Package last updated on 18 Feb 2015

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