New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@electron-forge/plugin-auto-unpack-natives

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@electron-forge/plugin-auto-unpack-natives

Auto Unpack Natives plugin for Electron Forge, automatically adds native node modules to asar.unpacked

  • 6.0.0-beta.16
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Auto Unpack Natives

This plugin will automatically add all native modules in your node_modules folder to the asar.unpack config option in your packagerConfig. If you have any native modules as all you should probably use this to reduce loading times and disk consumption on your users machines

Installation

yarn add @electron-forge/plugin-auto-unpack-natives --dev

Usage

You must add this plugin to your plugins array in your forge config

The complete config options are available at AutoUnpackNativesConfig.

module.exports = {
  plugins: [
    ['@electron-forge/plugin-auto-unpack-natives']
  ]
}

FAQs

Package last updated on 17 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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