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.4 to 1.1.0

2

dist/utils.js

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

const savePath = electron_1.app.getPath("userData");
return path_1.default.resolve(`${savePath}/extensions`);
return path_1.default.resolve(`${savePath}/chrome-extensions`);
};

@@ -15,0 +15,0 @@ exports.getExtensionPath = getExtensionPath;

{
"name": "electron-extension-installer",
"version": "1.0.4",
"version": "1.1.0",
"license": "MIT",

@@ -41,4 +41,4 @@ "author": "Jonluca DeCaro <electronextension@jonlu.ca>",

"jszip": "^3.10.1",
"rimraf": "^4.4.1",
"semver": "^7.3.8"
"rimraf": "^5.0.0",
"semver": "^7.5.0"
},

@@ -48,7 +48,7 @@ "devDependencies": {

"@types/eslint": "8.37.0",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/eslint-plugin-tslint": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.37.0",
"@types/node": "^18.16.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/eslint-plugin-tslint": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",

@@ -60,5 +60,5 @@ "eslint-config-standard": "^17.0.0",

"eslint-plugin-unused-imports": "^2.0.0",
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"typescript": "5.0.3"
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"typescript": "5.0.4"
},

@@ -65,0 +65,0 @@ "lint-staged": {

@@ -7,3 +7,3 @@ import fs from "fs";

const savePath = app.getPath("userData");
return path.resolve(`${savePath}/extensions`);
return path.resolve(`${savePath}/chrome-extensions`);
};

@@ -10,0 +10,0 @@

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