Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

node-exec-path

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-exec-path - npm Package Compare versions

Comparing version
1.0.37
to
1.0.38
+5
dist/cjs/workers/processVersion.js
"use strict";
module.exports = function processVersion() {
return process.version;
};
/* CJS INTEROP */ if (exports.__esModule && exports.default) { try { Object.defineProperty(exports.default, '__esModule', { value: true }); for (var key in exports) { exports.default[key] = exports[key]; } } catch (_) {}; module.exports = exports.default; }
{"version":3,"sources":["/Users/kevin/Dev/OpenSource/node-version/node-exec-path/src/workers/processVersion.cjs"],"sourcesContent":["module.exports = function processVersion() {\n return process.version;\n};\n"],"names":["module","exports","processVersion","process","version"],"mappings":";AAAAA,OAAOC,OAAO,GAAG,SAASC;IACxB,OAAOC,QAAQC,OAAO;AACxB"}
+2
-2

@@ -1,2 +0,2 @@

export type { satisfiesSemverSyncOptions } from './satisfiesSemverSync.js';
export { default as satisfiesSemverSync } from './satisfiesSemverSync.js';
export type { satisfiesSemverSyncOptions } from './satisfiesSemverSync.ts';
export { default as satisfiesSemverSync } from './satisfiesSemverSync.ts';

@@ -1,2 +0,2 @@

export type { satisfiesSemverSyncOptions } from './satisfiesSemverSync.js';
export { default as satisfiesSemverSync } from './satisfiesSemverSync.js';
export type { satisfiesSemverSyncOptions } from './satisfiesSemverSync.ts';
export { default as satisfiesSemverSync } from './satisfiesSemverSync.ts';

@@ -8,6 +8,6 @@ "use strict";

get: function() {
return _satisfiesSemverSync.default;
return _satisfiesSemverSyncts.default;
}
});
var _satisfiesSemverSync = /*#__PURE__*/ _interop_require_default(require("./satisfiesSemverSync.js"));
var _satisfiesSemverSyncts = /*#__PURE__*/ _interop_require_default(require("./satisfiesSemverSync.js"));
function _interop_require_default(obj) {

@@ -14,0 +14,0 @@ return obj && obj.__esModule ? obj : {

@@ -1,1 +0,1 @@

{"version":3,"sources":["/Users/kevin/Dev/OpenSource/node-version/node-exec-path/src/index.ts"],"sourcesContent":["export type { satisfiesSemverSyncOptions } from './satisfiesSemverSync.js';\nexport { default as satisfiesSemverSync } from './satisfiesSemverSync.js';\n"],"names":["satisfiesSemverSync"],"mappings":";;;;+BACoBA;;;eAAAA,4BAAmB;;;0EAAQ"}
{"version":3,"sources":["/Users/kevin/Dev/OpenSource/node-version/node-exec-path/src/index.ts"],"sourcesContent":["export type { satisfiesSemverSyncOptions } from './satisfiesSemverSync.ts';\nexport { default as satisfiesSemverSync } from './satisfiesSemverSync.ts';\n"],"names":["satisfiesSemverSync"],"mappings":";;;;+BACoBA;;;eAAAA,8BAAmB;;;4EAAQ"}

@@ -1,2 +0,2 @@

export type { satisfiesSemverSyncOptions } from './satisfiesSemverSync.js';
export { default as satisfiesSemverSync } from './satisfiesSemverSync.js';
export type { satisfiesSemverSyncOptions } from './satisfiesSemverSync.ts';
export { default as satisfiesSemverSync } from './satisfiesSemverSync.ts';

@@ -1,1 +0,1 @@

{"version":3,"sources":["/Users/kevin/Dev/OpenSource/node-version/node-exec-path/src/index.ts"],"sourcesContent":["export type { satisfiesSemverSyncOptions } from './satisfiesSemverSync.js';\nexport { default as satisfiesSemverSync } from './satisfiesSemverSync.js';\n"],"names":["default","satisfiesSemverSync"],"mappings":"AACA,SAASA,WAAWC,mBAAmB,QAAQ,2BAA2B"}
{"version":3,"sources":["/Users/kevin/Dev/OpenSource/node-version/node-exec-path/src/index.ts"],"sourcesContent":["export type { satisfiesSemverSyncOptions } from './satisfiesSemverSync.ts';\nexport { default as satisfiesSemverSync } from './satisfiesSemverSync.ts';\n"],"names":["default","satisfiesSemverSync"],"mappings":"AACA,SAASA,WAAWC,mBAAmB,QAAQ,2BAA2B"}
{
"name": "node-exec-path",
"version": "1.0.37",
"version": "1.0.38",
"description": "Helpers for node executable paths",

@@ -48,4 +48,4 @@ "keywords": [

"dependencies": {
"env-path-key": "^1.0.18",
"function-exec-sync": "^1.2.29",
"env-path-key": "^1.0.19",
"function-exec-sync": "^1.3.0",
"semver": "^5.7.1"

@@ -52,0 +52,0 @@ },

"use strict";
module.exports = function processVersion() {
return process.version;
};
/* CJS INTEROP */ if (exports.__esModule && exports.default) { try { Object.defineProperty(exports.default, '__esModule', { value: true }); for (var key in exports) { exports.default[key] = exports[key]; } } catch (_) {}; module.exports = exports.default; }
{"version":3,"sources":["/Users/kevin/Dev/OpenSource/node-version/node-exec-path/src/workers/processVersion.cjs"],"sourcesContent":["module.exports = function processVersion() {\n return process.version;\n};\n"],"names":["module","exports","processVersion","process","version"],"mappings":";AAAAA,OAAOC,OAAO,GAAG,SAASC;IACxB,OAAOC,QAAQC,OAAO;AACxB"}