Comparing version 1.0.0 to 1.0.1
'use strict'; | ||
module.exports = typeof navigator !== 'undefined' && /Firefox\/[\d\.]+.*/.test(navigator.userAgent); | ||
module.exports = typeof navigator !== 'undefined' && /^(?!.*Seamonkey)(?=.*Firefox).*/i.test(navigator.userAgent); |
{ | ||
"name": "is-firefox", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Check if browser is Firefox", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
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
1981