Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

electron-create-menu

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-create-menu - npm Package Compare versions

Comparing version 1.1.1 to 2.0.0

3

index.js

@@ -25,3 +25,3 @@ const { app, Menu } = require("electron");

hideOn: ["darwin"],
submenu: [{ role: "about" }, { role: "quit" }]
submenu: [{ role: "quit" }]
},

@@ -74,2 +74,3 @@ {

role: "help",
showOn: ["darwin"],
submenu: []

@@ -76,0 +77,0 @@ }

{
"name": "electron-create-menu",
"version": "1.1.1",
"version": "2.0.0",
"description": "provides a default menu for your electron applications, with convenience functions for multiplatform use and i18n.",

@@ -16,2 +16,5 @@ "main": "index.js",

"license": "ISC",
"peerDependencies": {
"electron": "> 2"
},
"repository": {

@@ -18,0 +21,0 @@ "type": "git",

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