Socket
Socket
Sign inDemoInstall

aperture.js

Package Overview
Dependencies
2
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-5 to 0.0.0-6

2

index.js

@@ -32,3 +32,3 @@ const path = require('path');

const cropArea = opts.cropArea;
recorderOpts.push(` ${cropArea.x}:${cropArea.y}:${cropArea.width}:${cropArea.height}`);
recorderOpts.push(`${cropArea.x}:${cropArea.y}:${cropArea.width}:${cropArea.height}`);
}

@@ -35,0 +35,0 @@

{
"name": "aperture.js",
"version": "0.0.0-5",
"version": "0.0.0-6",
"description": "Record the screen on macOS",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc