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

@electron-forge/installer-rpm

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@electron-forge/installer-rpm - npm Package Compare versions

Comparing version 6.0.0-beta.56 to 6.0.0-beta.57

4

package.json
{
"name": "@electron-forge/installer-rpm",
"version": "6.0.0-beta.56",
"version": "6.0.0-beta.57",
"description": "RPM file installer for Electron Forge",

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

"dependencies": {
"@electron-forge/installer-linux": "6.0.0-beta.56"
"@electron-forge/installer-linux": "6.0.0-beta.57"
}
}
{
"compilerOptions": {
"module": "commonjs",
"target": "es2018",
"outDir": "dist",
"lib": [
"dom",
"es2018"
],
"sourceMap": true,
"rootDir": ".",
"experimentalDecorators": true,
"strict": true,
"esModuleInterop": true,
"declaration": true
},
"exclude": [
"node_modules",
"dist",
"test",
"index.ts"
]
"compilerOptions": {
"module": "commonjs",
"target": "es2018",
"outDir": "dist",
"lib": [
"dom",
"es2018"
],
"sourceMap": true,
"rootDir": ".",
"experimentalDecorators": true,
"strict": true,
"esModuleInterop": true,
"declaration": true,
"typeRoots": [
"../../../node_modules/@types",
"../../../typings"
]
},
"exclude": [
"node_modules",
"dist",
"test",
"index.ts"
]
}
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