You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

withexeditorhost

Package Overview
Dependencies
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

withexeditorhost - npm Package Compare versions

Comparing version

to
9.0.1

2

modules/version.js
// Generated by genversion.
export const version = '8.1.4';
export const version = '9.0.1';

@@ -12,5 +12,2 @@ {

},
"engines": {
"node": ">=18"
},
"type": "module",

@@ -21,7 +18,7 @@ "exports": {

"dependencies": {
"@inquirer/prompts": "^7.2.4",
"commander": "^13.1.0",
"semver-parser": "^4.1.7",
"undici": "^7.3.0",
"web-ext-native-msg": "^8.0.8"
"@inquirer/prompts": "^7.5.1",
"commander": "^14.0.0",
"semver-parser": "^4.1.8",
"undici": "^7.9.0",
"web-ext-native-msg": "^8.0.11"
},

@@ -31,15 +28,14 @@ "devDependencies": {

"c8": "^10.1.3",
"chai": "^5.1.2",
"esbuild": "^0.24.2",
"eslint": "^9.19.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-jsdoc": "^50.6.3",
"chai": "^5.2.0",
"esbuild": "^0.25.4",
"eslint": "^9.27.0",
"eslint-plugin-jsdoc": "^50.6.17",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-unicorn": "^59.0.1",
"genversion": "^3.2.0",
"globals": "^15.14.0",
"globals": "^16.1.0",
"jszip-cli": "^1.4.24",
"mocha": "^11.1.0",
"neostandard": "^0.12.0",
"sinon": "^19.0.2"
"mocha": "^11.3.0",
"neostandard": "^0.12.1",
"sinon": "^20.0.0"
},

@@ -50,4 +46,4 @@ "overrides": {

"scripts": {
"bundle-js": "esbuild --platform=node --outdir=./bundle --bundle --minify ./index.js",
"bundle-bin": "boxednode --node-version=lts --source=./bundle/index.js",
"bundle:js": "esbuild --platform=node --outdir=./bundle --bundle --minify ./index.js",
"bundle:bin": "boxednode --node-version=lts --source=./bundle/index.js",
"genversion": "genversion --es6 --semi ./modules/version.js",

@@ -61,3 +57,3 @@ "lint": "eslint . --fix",

},
"version": "8.1.4"
"version": "9.0.1"
}