Socket
Socket
Sign inDemoInstall

@aw-web-design/x-default-browser

Package Overview
Dependencies
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aw-web-design/x-default-browser - npm Package Compare versions

Comparing version 1.2.0 to 1.4.0

bin/x-default-browser.js

17

CHANGELOG.md

@@ -6,2 +6,19 @@ # Change Log

# [1.4.0](https://github.com/The-Code-Monkey/TechStack/compare/@aw-web-design/x-default-browser@1.2.0...@aw-web-design/x-default-browser@1.4.0) (2022-05-06)
### Bug Fixes
* add publish config ([30b2a8f](https://github.com/The-Code-Monkey/TechStack/commit/30b2a8fcc02b5298f92024478c3652f02e6e15d2))
* linting ([6e535e2](https://github.com/The-Code-Monkey/TechStack/commit/6e535e21bcd5f317914b42ddbfa3ccd4fb7fda65))
### Features
* add x-default-browser ([077fe59](https://github.com/The-Code-Monkey/TechStack/commit/077fe59adf3b8faef6e2cd0facea4625d279386e))
# [1.2.0](https://github.com/The-Code-Monkey/TechStack/compare/@aw-web-design/x-default-browser@1.1.0...@aw-web-design/x-default-browser@1.2.0) (2022-05-06)

@@ -8,0 +25,0 @@

38

package.json
{
"name": "@aw-web-design/x-default-browser",
"version": "1.2.0",
"version": "1.4.0",
"description": "Detect default web browser of the current user, cross-platform (Win/Lin/Mac)",

@@ -14,24 +14,9 @@ "license": "MIT",

},
"type": "module",
"bin": {
"xdb": "./dist/esm/bin/x-default-browser.js"
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"exports": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"default": "./dist/esm/index.js"
},
"typings": "dist/types/index.d.ts",
"bin": "bin/x-default-browser.js",
"main": "index.js",
"scripts": {
"lint": "tcm lint",
"build": "tcm build"
"lint": "jshint index.js lib bin",
"mocha": "mocha",
"test": "npm run lint && npm run mocha"
},
"engines": {
"node": ">=14.0.0 <17.0.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [

@@ -44,12 +29,9 @@ "windows",

],
"dependencies": {
"default-browser-id": "3.0.0"
},
"devDependencies": {
"@aw-web-design/tcm-cli": "4.1.0",
"default-browser-id": "3.0.0",
"jshint": "2.13.4",
"mocha": "10.0.0",
"rewire": "6.0.0",
"ts-node": "10.7.0"
"rewire": "6.0.0"
},
"gitHead": "08eebff53ba26094a80452d153e43cb54ce29e50"
"gitHead": "bde129354127499544bde452837f0ffa7cbaef97"
}
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