Socket
Socket
Sign inDemoInstall

arrivals-osx

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arrivals-osx - npm Package Compare versions

Comparing version 2.8.1 to 2.8.2

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [2.8.2](https://github.com/mshick/arrivals-osx/compare/v2.8.1...v2.8.2) (2020-11-15)
### Bug Fixes
* quote filepath got tagging ([282ef83](https://github.com/mshick/arrivals-osx/commit/282ef838e13c7c20de782736f6ec521756158faa))
### [2.8.1](https://github.com/mshick/arrivals-osx/compare/v2.8.0...v2.8.1) (2020-11-15)

@@ -7,0 +14,0 @@

4

lib/lib/tag.js

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

try {
const cmd = [this.binPath, `--add`, tag, filepath].join(` `);
const cmd = [this.binPath, `--add`, `"${tag}"`, `"${filepath}"`].join(` `);
const result = await exec(cmd);

@@ -34,3 +34,3 @@ if (result.stderr) {

try {
const cmd = [this.binPath, `--remove`, tag, filepath].join(` `);
const cmd = [this.binPath, `--remove`, `"${tag}"`, `"${filepath}"`].join(` `);
const result = await exec(cmd);

@@ -37,0 +37,0 @@ if (result.stderr) {

{
"name": "arrivals-osx",
"version": "2.8.1",
"version": "2.8.2",
"description": "Watch a folder for audio and video arrivals and convert them to Apple-friendly formats.",

@@ -5,0 +5,0 @@ "main": "lib/lib/arrivals.js",

Sorry, the diff of this file is not supported yet

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