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.2 to 1.0.3

2

dist/unzip.js

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

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

@@ -68,0 +68,0 @@ await fs_jetpack_1.default.writeAsync(fullPath, content);

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

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

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

await jetpack.dirAsync(directory, { empty: true });
await jetpack.dirAsync(directory);
if (isFile) {

@@ -76,0 +76,0 @@ await jetpack.writeAsync(fullPath, content);

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