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

electron-forge

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-forge - npm Package Versions

1
7

3.0.3

Diff

Changelog

Source

3.0.3 (2017-5-26)

Bug Fixes
  • initializer: fix bad logic RE argument parsing from the top level forge command (774b8769)
marshallofsound
published 3.0.2 •

Changelog

Source

3.0.2 (2017-5-25)

Bug Fixes
  • starter: fix double dash arg pass through (0379e5fc)
  • maker: fix renaming of DMG output when a custom name is provided (14cc927a)
  • tests: fix appx tests (maker did not return output path) (8d895cfc)
  • initializer: fix linting install for airbnb style (b3446184)
Refactors
  • generic: replace fs-promise with fs-extra (012b152f)
Tests
  • maker: add tests for the DMG maker to ensure the renaming logic is correct (8f5f9691)
marshallofsound
published 3.0.1 •

Changelog

Source

3.0.1 (2017-5-3)

Bug Fixes
  • publisher: fix ers publisher not publishing when version already exists (1c643ef9)
  • maker: fix dmg output path and add test to enforce in future (a41d6db3)
marshallofsound
published 3.0.0 •

Changelog

Source

3.0.0 (2017-5-1)

Chores
  • undefined: fix devDependency peer dep versions (c5c8e9a9)
  • generic: add breaking changes prompt to npm run commit (566fd6fb)
Documentation Changes
  • publisher: add docs for the new ers publisher (e70405a8)
New Features
  • publisher: add new publisher for electron-release-server (0c68ebab)
  • makers: Ensure all assets outputted by make are versioned (6dda5179)
  • maker:
    • create and consume a common util to check makers' supported platforms (fa53340b)
    • declare deb maker support for darwin & linux platforms (f10fbd18)
Bug Fixes
  • start: exit forge with same status code as Electron if nonzero (a509f55a)
  • tests: make optionFetcher-related tests compile again (1097f8bd)
  • docs: rm note that package api's platform opt is ignored (eefa93f0)
Refactors
  • starter: use double dash instead of triple dash to pass args through (e3a1be64)
  • utils: filter packages' os declarations to exclude blacklist entries (fbaec97f)
  • maker: support make for targets on non-host platforms (f79f6f78)
  • util: extend requireSearch to export a raw search fn (84f0134b)
Tests
  • publisher: fix publisher tests for new syntax (c19d1c2a)
  • maker: add test to confirm dummy maker does not get called (556deaac)
marshallofsound
published 2.12.0 •

Changelog

Source

2.12.0 (2017-4-25)

New Features
  • maker: basic hooks for preMake, postMake, generateAssets, prePackage and postPackage (1a17189b)
Bug Fixes
  • maker: do not enforce the name property on the DMG maker (1b10fd57)
malept
published 2.10.0 •

Changelog

Source

2.10.0 (2017-4-16)

Chores
  • generic:
    • fix/rename coverage sending script (547c044f)
    • update various dependencies (0f97292c)
New Features
  • starter:
    • windows implementation of the vscode debug command (9cb7f42c)
    • provide an executable to start forge in a vscode debugger compatible way (1238dee5)
malept
published 2.9.0 •

Changelog

Source

2.9.0 (2017-4-2)

Chores
New Features
  • importer: add configurable outDir support for gitignore (9369284f)
Bug Fixes
  • initializer:
    • update Electron version type in .compilerc template, for completeness (a4fa4bfc)
    • set electron version to be float in init step (710129b7)
  • maker:
    • upgrade rpm maker for better package.json handling (926032e8)
    • test outDir on zip target only, after other targets run (a2c92499)
    • pass computed outDir to packager (686200f6)
    • search local node_modules folder for maker when installed globally (9b8f2970)
  • tests:
    • stop awaiting mocha and ensure we clean up out dirs (2e6dc384)
    • use expect(await ...) syntax per @marshallofsound (59ddf9af)
  • generic: use path.resolve (vs /-delimited) to compute default outDir (ff167447)
  • packager: correct main file reference in thrown error from packageJson.name to .main (a68284b1)
  • publisher: check local node_modules when searching for publisher (42fad7f3)
Refactors
  • maker: compute outDir from providedOptions w/default (d69e7626)
  • packager: compute outDir from providedOptions w/default (1e26d258)
Code Style Changes
Tests
  • tests: add tests for packager & maker outDir support (32cecffd)
marshallofsound
published 2.8.3 •

Changelog

Source

2.8.3 (2017-3-10)

Chores
  • generic:
    • update react-typescript template (30516e78)
    • make release script work on windows (0ff6a7ab)
New Features
  • starter: automatically wipe the ELECTRON_RUN_AS_NODE variable unless specified (c702fe4a)
  • generic:
    • Support setting the Electron app path in start() (47c5572e)
    • allow third party modules to be named whatever they want (fddb40e6)
Bug Fixes
  • publisher: use updated node-github response API (0f8e6c4f)
  • maker:
    • fix the squirrel maker app name logic (84031ecb)
    • allow most appx default config to be overridden by the user (b1e90538)
  • tests: ensure test project has proper metadata filled (0bc81858)
marshallofsound
published 2.8.2 •

Changelog

Source

2.8.2 (2017-2-28)

Chores
  • templates: bump all template versions (32297344)
Bug Fixes
  • ci: Use the preinstalled yarn on AppVeyor (#146) (7a1deee7)
  • publisher: Fix secret access key (0a9710b5)
marshallofsound
published 2.8.1 •

Changelog

Source

2.8.1 (2017-2-23)

Chores
  • generic:
    • add checkboxes and intros to the issue/PR templates (a1ab1c3a)
    • fix formatting in GitHub issue template (da95b42b)
  • tests: remove now obsolete flatpak call in Linux tests (b93b6cfe)
Documentation Changes
  • publisher:
    • mention the standard AWS environment variables in the README (efc7ea14)
    • add example for GitHub publish target (3fc0a9c2)
New Features
  • packager: remove the users forge config after packaging for safety reasons (7432e034)
  • publisher:
    • allow usage of standard AWS environment variables for S3 publishing (d31ce248)
    • add S3 publish target (fa31902a)
    • allow platform level config for publish targets (8572cad6)
  • generic: allow config options to be automagically pulled in from process.env (250c197f)
Bug Fixes
  • tests:
    • fix forge config deletion tests on all platforms (7b99e847)
    • fix test failures caused by config structure changes (3a3cdfdb)
  • importer:
    • install electron-prebuilt-compile as devDep (e80be32a)
    • check updateScripts value at script install vs deps removal (4942cb60)
    • ensure electronName exists before resolving its path (9dcf2ec5)
  • publisher: throw an exception if a GitHub token isn't specified (bc299b7a)
  • initializer: add github_repository.name to package.json in default template (d1ceadf3)
Refactors
  • publisher: add deprecate method call to inform the user (24571197)
Code Style Changes
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