🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

bundle-name

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
b

bundle-name

Get bundle name from a bundle identifier (macOS): `com.apple.Safari` → `Safari`

4.1.0
latest
100

Supply Chain Security

100

Vulnerability

55

Quality

76

Maintenance

100

License

Trivial Package

Supply chain risk

Packages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.

Found 1 instance in 1 package

Version published
Weekly downloads
8M
-21.52%
Maintainers
1
Weekly downloads
 
Created
Issues
0

bundle-name

Get bundle name from a bundle identifier (macOS): com.apple.SafariSafari

Install

npm install bundle-name

Usage

import bundleName from 'bundle-name';

console.log(await bundleName('com.apple.Safari'));
//=> 'Safari'

FAQs

Package last updated on 18 Dec 2023

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