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

hyper-folder-icon

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyper-folder-icon - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

1

iconfinder.js

@@ -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;

4

package.json
{
"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 @@

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