Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

getscreenmedia

Package Overview
Dependencies
Maintainers
6
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getscreenmedia - npm Package Compare versions

Comparing version 1.5.6 to 2.0.0

4

getscreenmedia.js

@@ -35,3 +35,3 @@ // getScreenMedia helper by @HenrikJoreteg

var error = new Error('NavigatorUserMediaError');
error.name = 'PERMISSION_DENIED';
error.name = 'NotAllowedError';
callback(error);

@@ -146,3 +146,3 @@ } else {

var error = new Error('NavigatorUserMediaError');
error.name = 'PERMISSION_DENIED';
error.name = 'NotAllowedError';
callback(error);

@@ -149,0 +149,0 @@ } else {

{
"name": "getscreenmedia",
"version": "1.5.6",
"version": "2.0.0",
"description": "A browser module for attempting to get access to a MediaStream of a user's screen. With a nice node-like API.",

@@ -5,0 +5,0 @@ "main": "getscreenmedia.js",

Sorry, the diff of this file is too big to display

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