Socket
Socket
Sign inDemoInstall

default-browser-id

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

default-browser-id - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -17,3 +17,3 @@ 'use strict';

if (!handlers || handlers.length === 0) {
return cb(null, ret);
return cb(null, bundleId);
}

@@ -20,0 +20,0 @@

{
"name": "default-browser-id",
"version": "1.0.0",
"version": "1.0.1",
"description": "Get the bundle identifier of the default browser (OS X). Example: com.apple.Safari",

@@ -44,3 +44,3 @@ "license": "MIT",

"dependencies": {
"bplist-parser": "0.0.5",
"bplist-parser": "0.0.6",
"untildify": "^1.0.0"

@@ -47,0 +47,0 @@ },

@@ -7,3 +7,3 @@ # default-browser-id [![Build Status](https://travis-ci.org/sindresorhus/default-browser-id.svg?branch=master)](https://travis-ci.org/sindresorhus/default-browser-id)

## Install
## Usage

@@ -14,5 +14,2 @@ ```sh

## Example
```js

@@ -34,3 +31,3 @@ var defaultBrowserId = require('default-browser-id');

```sh
```
$ default-browser-id --help

@@ -37,0 +34,0 @@

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