Socket
Socket
Sign inDemoInstall

aperture

Package Overview
Dependencies
27
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 5.1.0

6

index.js

@@ -67,3 +67,3 @@ 'use strict';

destination: fileUrl(this.tmpPath),
fps,
framesPerSecond: fps,
showCursor,

@@ -116,6 +116,6 @@ highlightClicks,

this.recorder.catch(err => {
this.recorder.catch(error => {
clearTimeout(timeout);
delete this.recorder;
reject(err);
reject(error);
});

@@ -122,0 +122,0 @@

{
"name": "aperture",
"version": "5.0.0",
"version": "5.1.0",
"description": "Record the screen on macOS",

@@ -20,4 +20,4 @@ "license": "MIT",

"dependencies": {
"electron-util": "^0.9.0",
"execa": "^0.10.0",
"electron-util": "^0.9.1",
"execa": "^1.0.0",
"file-url": "^2.0.2",

@@ -29,6 +29,6 @@ "macos-version": "^4.0.1",

"ava": "^0.25.0",
"delay": "^3.0.0",
"file-type": "^8.0.0",
"read-chunk": "^2.0.0",
"xo": "^0.21.1"
"delay": "^4.0.1",
"file-type": "^9.0.0",
"read-chunk": "^3.0.0",
"xo": "^0.23.0"
},

@@ -35,0 +35,0 @@ "xo": {

Sorry, the diff of this file is not supported yet

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