@testim/chrome-version
Advanced tools
Comparing version 1.0.2 to 1.0.3
"use strict"; | ||
const findChrome = require('chrome-finder'); | ||
const findChrome = require('./chrome-finder'); | ||
const util = require('util'); | ||
@@ -5,0 +5,0 @@ const exec = util.promisify(require('child_process').exec); |
{ | ||
"name": "@testim/chrome-version", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Finds the version of Chrome that is installed on your machine", | ||
@@ -11,5 +11,2 @@ "main": "index.js", | ||
"license": "MIT", | ||
"dependencies": { | ||
"chrome-finder": "^1.0.5" | ||
}, | ||
"homepage": "https://github.com/testimio/chrome-version", | ||
@@ -16,0 +13,0 @@ "keywords": ["chrome", "version" ], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15609
0
12
321
8
4
- Removedchrome-finder@^1.0.5
- Removedchrome-finder@1.0.7(transitive)