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

@sprucelabs/resolve-path-aliases

Package Overview
Dependencies
Maintainers
3
Versions
1112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sprucelabs/resolve-path-aliases - npm Package Compare versions

Comparing version

to
2.0.544

6

build/resolve-path-aliases.js

@@ -11,3 +11,4 @@ #!/usr/bin/env node

const index_1 = require("./index");
const argv = yargs_1.default.options({
const argv = (0, yargs_1.default)(process.argv.slice(2))
.options({
target: {

@@ -27,3 +28,4 @@ desc: "Where I'll look to begin mapping paths. Defaults to cwd.",

},
}).argv;
})
.parseSync();
const { patterns, target, absoluteOrRelative, verbose } = argv;

@@ -30,0 +32,0 @@ const cwd = target && target[0] === path_1.default.sep

{
"name": "@sprucelabs/resolve-path-aliases",
"version": "2.0.543",
"version": "2.0.544",
"description": "Script that resolves paths from your tsconfig",

@@ -56,13 +56,13 @@ "main": "build/index.js",

"dependencies": {
"@sprucelabs/globby": "^2.0.502",
"@sprucelabs/globby": "^2.0.503",
"chalk": "^4.1.2",
"tsconfig-paths": "^4.2.0",
"yargs": "^17.7.2"
"yargs": "^18.0.0"
},
"devDependencies": {
"@sprucelabs/semantic-release": "^5.0.2",
"@sprucelabs/test": "^9.0.82",
"@sprucelabs/test": "^9.0.83",
"@types/fs-extra": "^11.0.4",
"chokidar-cli": "^3.0.0",
"eslint": "^9.27.0",
"eslint": "^9.28.0",
"eslint-config-spruce": "^11.2.26",

@@ -74,3 +74,3 @@ "fs-extra": "^11.3.0",

"ts-node": "^10.9.2",
"tsc-watch": "^7.0.0",
"tsc-watch": "^7.1.1",
"typescript": "^5.8.3"

@@ -77,0 +77,0 @@ },