Socket
Socket
Sign inDemoInstall

detection

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detection - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

7

lib/index.js

@@ -136,8 +136,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

if (device === 'screen') {
if (!mediaDevices.getDisplayMedia) {
deviceInfo[device] = false;
}
else {
stream = yield mediaDevices.getDisplayMedia();
}
deviceInfo[device] = !!mediaDevices.getDisplayMedia;
}

@@ -144,0 +139,0 @@ else {

2

package.json
{
"name": "detection",
"version": "0.0.2",
"version": "0.0.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/index",

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