hyper-folder-icon
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -195,3 +195,2 @@ const Icns = require('apple-icns'); | ||
.catch((err) => reject(err)); | ||
console.log('going to do this' + this.folder); | ||
}); | ||
@@ -198,0 +197,0 @@ break; |
{ | ||
"name": "hyper-folder-icon", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Use folder icons in MacOS and Windows with Hyper", | ||
@@ -24,3 +24,3 @@ "main": "./index.js", | ||
"dependencies": { | ||
"apple-icns": "git+https://github.com/moimart/node-apple-icns.git#buffer-change", | ||
"apple-icns": "^0.2.0", | ||
"decode-ico": "^0.2.1", | ||
@@ -27,0 +27,0 @@ "ini-config-parser": "^1.0.3", |
@@ -27,3 +27,3 @@ hyper-folder-icon | ||
- ICNS reading by https://github.com/moimart/node-apple-icns | ||
- ICNS reading by https://github.com/jhermsmeier/node-apple-icns | ||
- Resource fork by https://github.com/mattsoulanille/ResourceForkJS | ||
@@ -30,0 +30,0 @@ - Default folder icon from mac |
@@ -19,3 +19,3 @@ const fs = require('fs'); | ||
image.bitmap.data = found.data; | ||
image.getBuffer(jimp.MIME_PNG, (err,buffer) => { | ||
@@ -34,3 +34,3 @@ if (err) { | ||
reject(); | ||
reject('No icon found'); | ||
}); | ||
@@ -37,0 +37,0 @@ |
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
0
18291
456
+ Addedapple-icns@0.2.0(transitive)
Updatedapple-icns@^0.2.0