Socket
Socket
Sign inDemoInstall

@nstudio/electron

Package Overview
Dependencies
Maintainers
8
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nstudio/electron - npm Package Compare versions

Comparing version 15.0.2 to 15.0.3

4

package.json
{
"name": "@nstudio/electron",
"version": "15.0.2",
"version": "15.0.3",
"description": "Electron Plugin for xplat",

@@ -32,4 +32,4 @@ "homepage": "https://nstudio.io/xplat",

"peerDependencies": {
"@nstudio/xplat": "15.0.2"
"@nstudio/xplat": "15.0.3"
}
}

@@ -8,3 +8,2 @@ "use strict";

const utils_1 = require("../../utils");
const file_utils_1 = require("@nrwl/workspace/src/core/file-utils");
function default_1(options) {

@@ -33,3 +32,3 @@ if (!options.name) {

if (!targetConfig) {
throw new schematics_1.SchematicsException(`The target app name "${fullTargetAppName}" does not appear to be in ${(0, file_utils_1.workspaceFileName)()}. You may need to generate it first or perhaps check the spelling.`);
throw new schematics_1.SchematicsException(`The target app name "${fullTargetAppName}" does not appear to be in the workspace. You may need to generate it first or perhaps check the spelling.`);
}

@@ -36,0 +35,0 @@ const electronAppName = options.name;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.waitOnVersion = exports.npmRunAllVersion = exports.electronUpdaterVersion = exports.electronStoreVersion = exports.electronReloadVersion = exports.electronPackagerVersion = exports.electronInstallerDmgVersion = exports.electronRebuildVersion = exports.electronBuilderVersion = exports.electronVersion = exports.xplatVersion = void 0;
exports.xplatVersion = '15.0.2';
exports.xplatVersion = '15.0.3';
exports.electronVersion = '^12.0.0';

@@ -6,0 +6,0 @@ exports.electronBuilderVersion = '^22.10.0';

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