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
57

2.5.0

Diff

Changelog

Source

2.5.0 (2017-1-3)

Chores
  • generic:
  • tests:
    • fix appx tests on rebased branch (75f217a5)
    • move tests to be unit tests on the API and enable coverage (54603c1e)
Documentation Changes
  • generic:
    • fix option variable names (0923ac1e)
    • cleanup API docs (9c118a4f)
    • add doc formatting guidelines based off of pycodestyle (6efa5259)
  • importer:
New Features
  • generic:
    • expose some util methods through JS API (a506dd33)
    • expose top level methods as JS APIs (93fb48f5)
  • publisher: add draft and prerelease options for publishing to github (898de235)
Bug Fixes
  • generic: lock istanbul dependency versions to prevent bug (205104c4)
Refactors
  • generic: refactor confirm prompts into a helper for interactive mode (b495012e)
Tests
  • generic: add tests for lots of the utils (d0962b93)
marshallofsound
published 2.4.0 •

Changelog

Source

2.4.0 (2017-1-3)

New Features
  • maker: add support for Windows Store (AppX) packages (74a12163)
  • starter: switch the default Babel preset to use babel-preset-env (4e3bb17b)
Bug Fixes
  • starter: ensure linebreak-style is disabled (ac7a20bc)
marshallofsound
published 2.3.0 •

Changelog

Source

2.3.0 (2017-1-1)

Chores
  • installer: use the ora helper in the install command (9358eb42)
  • generic:
    • add installer to cz config (3b253b11)
    • only send slack notifications on build change (838d70e7)
  • tests: make sure ora knows that the Docker container is for CI (41d25ea7)
New Features
  • installer:
    • add rpm installer (f8f9baa5)
    • don't suffix temp install files with .forge-install (1c2bfd81)
    • add deb installer (fb217c74)
    • add DMG support for macOS installer (3465d261)
    • add inital app installer for macOS platform (da3150d9)
  • generic:
    • use an ora/promise helper instead of a global uncaughtRejection handler (#50) (1b6b7276)
    • travis build notifications (d25f1461)
Bug Fixes
  • installer:
    • fix installer debug key (24454950)
    • dont fetch prerelease versions unless instructed (1b88b153)
    • await promises through the linux install chain (a0b5ac70)
    • remove flatpak check (0b044134)
    • wildcard the extension matchers (1489e641)
Refactors
  • installer:
    • use single regexp to make repo path safe (1255803b)
    • finish replacing sudo-prompt with electron-sudo (d8587930)
    • replace sudo-prompt with git branch of electron-sudo for Linux installers (9834cb1b)
    • check that the linux installer program exists first (fb56c542)
    • update the ora text wh have resolved a repo but not found a release (5cbf8cb8)
marshallofsound
published 2.2.0 •

Changelog

Source

2.2.0 (2016-12-30)

New Features
  • initializer: allow custom initialzers (9e6ddfa0)
Tests
  • initializer: add test for custom initializer (0dc62307)
marshallofsound
published 2.1.0 •

Changelog

Source

2.1.0 (2016-12-30)

Chores
  • generic: add importer to the git-cz list (fbf691cb)
  • tests: remove .only from util_spec (3b01f08c)
New Features
  • importer:
    • confirm build tool package removal from user (3b548557)
    • delete existing Electron build tools from package.json (4152bd2d)
    • move babel config in existing project to .compilerc (b09fc3d6)
    • fix the projects gitignore on import (75366bfe)
    • create inital import logic (bddb9038)
  • maker: allow user to override make targets (bac86800)
  • generic: allow config options to use string templating (5a568cb8)
Bug Fixes
  • importer:
    • pretty print the compilerc file (07f06b40)
    • update the logging as per PR feedback (dac33f0d)
  • rebuild: skip dependencies without a package.json file (3348223d)
  • packager: remove stray .bin files leftover by yarn installs during packaging (50ad8e6d)
Refactors
marshallofsound
published 2.0.0 •

Changelog

Source

2.0.0 (2016-12-30)

Chores
  • generic: add publisher to cz config (8653b62b)
Documentation Changes
  • publisher: document the API for custom makers and publishers (81ed28d7)
New Features
  • publisher: initial work on a publish command to sent make artifacts to github (189cb0cc)
  • generic: map the alias bin commands to the correct commander files (f1cac740)
Bug Fixes
  • publisher:
    • publish to the correct version (02fe5699)
    • throw custom 404 if we cant find the release (6f4e1ed4)
  • maker: fix RPM maker outPath variable (4b32fe42)
Refactors
  • publisher: move github publish logic to own file (bdaff3ce)
Tests
  • generic: add tests for the require-search util (b7930eaa)
marshallofsound
published 1.1.0 •

Changelog

Source

1.1.0 (2016-12-27)

Chores
  • tests: run flatpak runtime install in local Dockerfile (d046965f)
  • generic: add pretest step to improve development (558fae31)
  • packages: upgrade fs-promise and inquirer (#18) (d51d482f)
Documentation Changes
  • generic: document the new JS file option for config (2d44c41f)
New Features
  • rebuilder: only rebuild prod and optional deps (ignore dev deps) (d751a85f)
  • generic: allow JS files to provide the config object (e57f3c78)
Bug Fixes
  • packager: allow hooks to be strings or functions depending on config setup (ec0caecc)
  • rebuilder: rebuild modules inside @ scoped folders as well (#19) (bc21528d)
  • generic: document that the minimum Node version is 6 (1f5ac7f2)
Refactors
  • generic:
    • standardize reading package.json files (#33) (0855eacf)
    • replace mkdirp/rimraf calls with equivalent fs-promise calls (bb2c6cf3)
  • tests: use different native modules so the tests run on CI (d20387b7)
Tests
  • generic: only skip help spec on Windows (#34) (202987e1)
  • builder: add tests to ensure correct behvior of the native module builder (b79c7af5)
marshallofsound
published 1.0.1 •

Changelog

Source

1.0.1 (2016-12-12)

Chores
  • tests: add AppVeyor support (#15) (fe63ac0b)
Bug Fixes
  • starter: fix launching on newest yarn (8c5bc656)
marshallofsound
published 1.0.0 •

Changelog

Source

1.0.0 (2016-12-11)

Chores
  • generic:
    • rename all instances of marshallofsound to electron-userland (9981fcbb)
    • fix changelog link parsing (07defb76)
  • packager: remove commented code (35745594)
  • maker: add mas default targets (775459cd)
New Features
  • maker:
    • enable MAS makes on darwin platform (d8ac9ad8)
    • allow make to target different or multiple arches (3d4ee593)
Bug Fixes
  • maker: build armv7l distributables when arch=all (f6d28c32)
  • packager:
    • change arch name when armv7l is packaged during arch=all (132b3670)
    • fix the third arch ora on linux (894fd4e7)
    • fix ora sequencing when running with --arch=all (e4dfdede)
Refactors
  • generic: replace process.arch with a function that handles arm arches better (81fa0943)
marshallofsound
published 0.1.0 •

Changelog

Source

0.1.0 (2016-12-11)

Chores
  • tests:
    • install g++ since Docker Hub won't create a new image (f219e994)
    • disable building branches on Travis CI (12e5d99e)
  • initializer: output logs of the install step on failure (20c0b12a)
  • generic:
    • make the changelog link to the relevent commits (ee6a7d86)
    • set up changelog generation (9a3854f1)
Documentation Changes
  • generic:
    • add contributing/issue/pull request docs + news (d25d701d)
    • clean up README (eddd61d8)
  • packager: fix syntax of hook docs (84a1a063)
New Features
  • packager: rebuild native modules automatically in all the right places (1d1ff74d)
Bug Fixes
  • packager:
    • output rebuild errors if there are any (f8ffca13)
    • rebuild pre-gyp modules with their binary variables (ed9137dd)
Refactors
  • packager: make the rebuild a promise and use an ora (bc1ec28d)
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