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

@arcsine/screen-recorder

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

@arcsine/screen-recorder - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

2

lib/ffmpeg.js

@@ -91,3 +91,3 @@ "use strict";

f: 'x11grab',
i: `:${(_a = process.env.DISPLAY) !== null && _a !== void 0 ? _a : '0.0'}+${bounds.x},${bounds.y}`
i: `${(_a = process.env.DISPLAY) !== null && _a !== void 0 ? _a : ':0.0'}+${bounds.x},${bounds.y}`
}));

@@ -94,0 +94,0 @@ if (opts.audio) {

{
"name": "@arcsine/screen-recorder",
"version": "0.2.7",
"version": "0.2.8",
"description": "Leverages FFMpeg to perform screen recordings",

@@ -5,0 +5,0 @@ "license": "MIT",

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