🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

electron-process-type

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-process-type - npm Package Compare versions

Comparing version

to
2.1.0

lib/typings/electron.d.ts

6

package.json
{
"name": "electron-process-type",
"version": "2.0.2",
"version": "2.1.0",
"description": "Retrieve the process type running your code : 'node', 'browser' or 'renderer'.",

@@ -41,2 +41,3 @@ "repository": {

"mocha": "^4.0.1",
"ncp": "^2.0.0",
"sinon": "^4.0.1",

@@ -49,3 +50,3 @@ "tslint": "^4.1.1",

"clean": "del-cli ./lib ./build ./dist",
"build": "npm run build-js && npm run build-declaration",
"build": "npm run build-js && npm run build-declaration && npm run copy-resources",
"build-js": "npm run build-js-src",

@@ -55,2 +56,3 @@ "build-js-src": "tsc -p ./tsconfig/tsconfig-js.json",

"build-declaration-src": "tsc -p ./tsconfig/tsconfig-declaration.json",
"copy-resources": "ncp ./src/typings ./lib/typings",
"test": "npm run test-mocha && npm run test-mocha-main && npm run test-mocha-renderer",

@@ -57,0 +59,0 @@ "test-mocha": "mocha test/*-node.test.js --recursive",