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

@el3um4s/ipc-for-electron-system-info

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@el3um4s/ipc-for-electron-system-info - npm Package Compare versions

Comparing version 0.0.1 to 0.0.3

lib/IPC/interfaces.d.ts

3

lib/index.d.ts
import systemInfo from "./IPC/systemInfo";
export { systemInfo };
import renderer from "./IPC/renderer";
export { systemInfo, renderer };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.systemInfo = void 0;
exports.renderer = exports.systemInfo = void 0;
const systemInfo_1 = require("./IPC/systemInfo");
exports.systemInfo = systemInfo_1.default;
const renderer_1 = require("./IPC/renderer");
exports.renderer = renderer_1.default;

@@ -1,10 +0,4 @@

declare const version: () => {
chrome: string;
node: string;
electron: string;
app: string;
};
declare const isWindows: () => {
isWindows: boolean;
};
import { SystemInfo, IsWindows } from "./interfaces";
declare const version: () => SystemInfo;
declare const isWindows: () => IsWindows;
export { version, isWindows };
{
"name": "@el3um4s/ipc-for-electron-system-info",
"version": "0.0.1",
"version": "0.0.3",
"description": "Allow the renderer to get information about the version of Electron, Chrome and NodeJS used",

@@ -58,3 +58,3 @@ "main": "lib/index.js",

"@types/jest": "^28.1.6",
"@types/node": "^18.7.1",
"@types/node": "^18.7.3",
"@typescript-eslint/eslint-plugin": "^5.33.0",

@@ -61,0 +61,0 @@ "@typescript-eslint/parser": "^5.33.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