
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
@mykeels/browser-features
Advanced tools
Browser features
npm install browser-features
import browserFeatures from 'browser-features';
browserFeatures(features => console.log(features));
And you should get a report similar to the following:
{
"userAgent": {
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:62.0) Gecko/20100101 Firefox/62.0",
"productComponents": {
"Mozilla": "5.0",
"Gecko": "20100101",
"Firefox": "62.0"
},
"platformInfo": [
"Macintosh",
"Intel Mac OS X 10.13",
"rv:62.0"
],
"bitness": 64,
"arch": "Intel",
"platform": "Mac",
"os": "Mac OS",
"osVersion": "10.13",
"browserVendor": "Mozilla",
"browserProduct": "Firefox",
"browserVersion": "62.0",
"formFactor": "Desktop"
},
"navigator": {
"buildID": "20180830143136",
"appVersion": "5.0 (Macintosh)",
"oscpu": "Intel Mac OS X 10.13",
"platform": "MacIntel",
"product": "Gecko",
"productSub": "20100101",
"language": "en-US",
"appCodeName": "Mozilla",
"appName": "Netscape"
},
"display": {
"windowDevicePixelRatio": 2,
"screenWidth": 1680,
"screenHeight": 1050,
"physicalScreenWidth": 3360,
"physicalScreenHeight": 2100
},
"hardwareConcurrency": 8,
"apiSupport": {
"Math.imul()": true,
"Math.fround()": true,
"ArrayBuffer.transfer()": false,
"Web Audio": true,
"Pointer Lock": true,
"Fullscreen API": true,
"Blob": true,
"SharedArrayBuffer": false,
"navigator.hardwareConcurrency": true,
"SIMD.js": false,
"Web Workers": true,
"WebAssembly": true,
"Gamepad API": true,
"IndexedDB": true,
"Visibility API": true,
"requestAnimationFrame()": true,
"performance.now()": true,
"WebSockets": true,
"WebRTC": true,
"Vibration API": true,
"Screen Orientation API": true,
"Geolocation API": true,
"Battery Status API": false,
"WebVR": false,
"WebXR": false,
"OffscreenCanvas": false,
"WebComponents": false,
"WebGL1": true,
"WebGL2": true
},
"typedArrayEndianness": "little endian"
}
FAQs
Browser features
We found that @mykeels/browser-features demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.