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

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

Package Overview
Dependencies
Maintainers
5
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@electron-forge/plugin-auto-unpack-natives - npm Package Compare versions

Comparing version 6.1.1 to 6.2.0

8

package.json
{
"name": "@electron-forge/plugin-auto-unpack-natives",
"version": "6.1.1",
"version": "6.2.0",
"description": "Auto Unpack Natives plugin for Electron Forge, automatically adds native node modules to asar.unpacked",

@@ -14,4 +14,4 @@ "repository": "https://github.com/electron/forge",

"dependencies": {
"@electron-forge/plugin-base": "6.1.1",
"@electron-forge/shared-types": "6.1.1"
"@electron-forge/plugin-base": "6.2.0",
"@electron-forge/shared-types": "6.2.0"
},

@@ -21,3 +21,3 @@ "publishConfig": {

},
"gitHead": "5b40a8dbeeebb388f5aa1a39c1f452b8b7800f45"
"gitHead": "34752e82a8dcb0b8d04fcd3624bd0c03b7471b31"
}

@@ -5,3 +5,3 @@ ## plugin-auto-unpack-natives

```
```javascript
// forge.config.js

@@ -11,7 +11,7 @@

plugins: [
{
name: '@electron-forge/plugin-auto-unpack-natives'
}
{
name: '@electron-forge/plugin-auto-unpack-natives'
}
]
}
```
};
```

Sorry, the diff of this file is not supported yet

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