New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

wiex

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wiex

wiex invokes given windows .exe command by expanding $PATH with $WIEX_PATH

latest
Source
npmnpm
Version
0.1.0-beta.4
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

wiex: Windows Invoke Expression for WSL2

wiex invokes given windows .exe command by expanding $PATH with $WIEX_PATH

Motivation

  • If WSL2 appendWindowsPath interop option was enabled, PATH exploring failed with lack of access privileges for Windows system folders. This is reason for usability.
  • If Windows binary PATH is added to Linux $PATH, and same name command is in $PATH, it depends on $PATH order which command is called. This is reason for safety.

Example

$ export WIEX_PATH=/mnt/c/Users/alice/.cargo/bin
$ wiex cargo.exe --version
cargo 1.51.0 (43b129a20 2021-03-16)

Installation

$ npm install -g wiex

Usage

wiex [wiex options] [.exe command] [.exe options]

To see options, run $ wiex --help

Roadmap

  • distribute binary built by rust implementation
  • easy installation script

License

MIT

FAQs

Package last updated on 30 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts