New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@digitalrelab/browser-support

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitalrelab/browser-support - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

CHANGELOG.md

2

package.json
{
"name": "@digitalrelab/browser-support",
"description": "A simple function that determines whether the user's browser is supported or not. TypeScript ready.",
"version": "1.0.0",
"version": "1.0.1",
"main": "src/index.ts",

@@ -6,0 +6,0 @@ "author": "DigitalReLab, LLC.",

@@ -11,12 +11,8 @@ import { TBrowserKey, TBrowsersRules } from "./types"

if (typeof browserRule === "undefined") {
if (typeof browserRule === "undefined" || browserRule === true) {
return true
}
if (browserRule === true) {
return true
}
return false
}) as TBrowserKey[]
}

@@ -17,1 +17,3 @@ import Bowser from "bowser"

}
export * from "./getSupportedBrowsers"
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