electron-process-type
Advanced tools
Comparing version
@@ -1,3 +0,3 @@ | ||
/// <reference path="../../src/typings/electron.d.ts" /> | ||
/// <reference path="../../src/v2/electron.d.ts" /> | ||
export declare type ElectronProcessType = 'node' | 'renderer' | 'main'; | ||
export declare function GetElectronProcessType(): ElectronProcessType; |
{ | ||
"name": "electron-process-type", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Retrieve the process type running your code : 'node', 'browser' or 'renderer'.", | ||
@@ -54,3 +54,3 @@ "repository": { | ||
"build-declaration-src": "tsc -p ./tsconfig/tsconfig-declaration.json", | ||
"copy-resources": "ncp ./src/typings ./lib/typings", | ||
"copy-resources": "ncp ./src/v2/electron.d.ts ./lib/v2/electron.d.ts", | ||
"test": "npm run test-mocha && npm run test-mocha-main && npm run test-mocha-renderer", | ||
@@ -57,0 +57,0 @@ "test-mocha": "mocha test/*-node.test.js --recursive", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
380137
0