Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

bundle-id

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bundle-id

Get bundle identifier from a bundle name (OS X): Safari => com.apple.Safari

Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
19
11.76%
Maintainers
1
Weekly downloads
 
Created
Source

bundle-id Build Status

Get bundle identifier from a bundle name (OS X): Safari => com.apple.Safari

Install

$ npm install --save bundle-id

Usage

var bundleId = require('bundle-id');

bundleId('Safari', function (err, id) {
	console.log(id);
	//=> com.apple.Safari
});

CLI

$ npm install --global bundle-id
$ bundle-id --help

  Usage
    bundle-id <bundle-name>

  Example
    bundle-id Safari
    com.apple.Safari

See bundle-name for the inverse.

License

MIT © Sindre Sorhus

Keywords

osx

FAQs

Package last updated on 18 Aug 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