node-exec-path
Advanced tools
| "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"} |
@@ -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"} |
+3
-3
| { | ||
| "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"} |
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
17534
0.02%Updated
Updated