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.5 to 0.0.6

2

lib/index.d.ts

@@ -76,3 +76,3 @@ /**

no: () => void;
} | undefined>;
}>;
testSpeaker(handle: Function): {

@@ -79,0 +79,0 @@ yes: () => void;

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

this.microphone = false;
throw e;
return {
yes: () => {
},
no: () => {
},
};
}

@@ -231,2 +236,8 @@ });

this.camera = false;
return {
yes: () => {
},
no: () => {
},
};
}

@@ -233,0 +244,0 @@ });

{
"name": "detection",
"version": "0.0.5",
"version": "0.0.6",
"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