You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

function-exec-sync

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

function-exec-sync - npm Package Compare versions

Comparing version
1.4.14
to
1.5.0
+15
-15
package.json
{
"name": "function-exec-sync",
"version": "1.4.14",
"version": "1.5.0",
"description": "Run a function in a node process",

@@ -49,18 +49,18 @@ "keywords": [

"dependencies": {
"async-compat": "*",
"mkdirp-classic": "*",
"os-shim": "*",
"randombytes": "*",
"short-hash": "*",
"temp-suffix": "*",
"thread-sleep-compat": "*"
"async-compat": "^1.7.7",
"mkdirp-classic": "^0.5.3",
"os-shim": "^0.1.3",
"randombytes": "^2.1.0",
"short-hash": "^1.0.0",
"temp-suffix": "^1.0.8",
"thread-sleep-compat": "^1.1.0"
},
"devDependencies": {
"@types/mocha": "*",
"@types/node": "*",
"lodash.keys": "*",
"node-version-use": "*",
"pinkie-promise": "*",
"ts-dev-stack": "*",
"tsds-config": "*"
"@types/mocha": "^10.0.10",
"@types/node": "^25.0.0",
"lodash.keys": "^4.2.0",
"node-version-use": "^2.0.0",
"pinkie-promise": "^2.0.1",
"ts-dev-stack": "^1.21.2",
"tsds-config": "^0.2.0"
},

@@ -67,0 +67,0 @@ "engines": {