You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

electron-extension-installer

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

dist/unzip.js

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

const directory = (isFile && path_1.default.dirname(fullPath)) || fullPath;
const content = files[filename].async("nodebuffer");
const content = await files[filename].async("nodebuffer");
await fs_jetpack_1.default.dirAsync(directory, { empty: true });

@@ -67,0 +67,0 @@ if (isFile) {

{
"name": "electron-extension-installer",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Jonluca DeCaro <electronextension@jonlu.ca>",

@@ -71,3 +71,3 @@ import fs from "fs/promises";

const directory = (isFile && path.dirname(fullPath)) || fullPath;
const content = files[filename].async("nodebuffer");
const content = await files[filename].async("nodebuffer");

@@ -74,0 +74,0 @@ await jetpack.dirAsync(directory, { empty: true });

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc