New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

npx

Package Overview
Dependencies
Maintainers
7
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npx - npm Package Versions

1
7

9.0.3

Diff

Changelog

Source

9.0.3 (2017-07-08)

Bug Fixes

  • version: hand version to yargs directly (e0b5eeb)

<a name="9.0.2"></a>

zkat
published 9.0.2 •

Changelog

Source

9.0.2 (2017-07-08)

Bug Fixes

  • manpage: fix manpage for real because files syntax is weird (9145e2a)

<a name="9.0.1"></a>

zkat
published 9.0.1 •

Changelog

Source

9.0.1 (2017-07-08)

Bug Fixes

  • man: make sure manpage is used in npx bin (704b94f)

<a name="9.0.0"></a>

zkat
published 9.0.0 •

Changelog

Source

9.0.0 (2017-07-08)

Features

  • libnpx: libify main npx codebase (643f58e)
  • npx: create a new binary for standalone publishing (da5a3b7)

BREAKING CHANGES

  • libnpx: This version of npx can no longer be used as a standalone binary. It will be available on the registry as libnpx, and a separate project will take over the role of the main npx binary.

<a name="8.1.1"></a>

zkat
published 8.1.1 •

Changelog

Source

8.1.1 (2017-07-06)

Bug Fixes

  • deps: bump all deps (6ea24bf)
  • npm: bump npm to 5.1.0 for a bunch of fixes (18e4587)

<a name="8.1.0"></a>

zkat
published 8.1.0 •

Changelog

Source

8.1.0 (2017-06-27)

Bug Fixes

  • i18n: minor tweaks to ja.json (#46) (1ed63c2)

Features

  • i18n: Update pt_BR.json (#51) (d292f22)

<a name="8.0.1"></a>

zkat
published 8.0.1 •

Changelog

Source

8.0.1 (2017-06-27)

Bug Fixes

  • npm: bump npm version for more bugfixes (30711a8)
  • npm: Use --parseable option to work around output quirks (8cb75a2)

<a name="8.0.0"></a>

zkat
published 8.0.0 •

Changelog

Source

8.0.0 (2017-06-24)

Features

  • exec: auto-guess binaries when different from pkg name (139c434)

BREAKING CHANGES

  • exec: npx ember-cli and such things will now execute the binary based on some guesswork, but only when using the shorthand format for npx execution, with no -p option or -c. This might cause npx to unintentionally execute the wrong binary if the package in question has multiple non-matching binaries, but that should be rare.

<a name="7.0.0"></a>

zkat
published 7.0.0 •

Changelog

Source

7.0.0 (2017-06-24)

Bug Fixes

  • win32: improve win32 situation a bit (#50) (b7ad934)

Features

  • local: improve the behavior when calling ./local paths (#48) (2e418d1)

BREAKING CHANGES

  • local: npx ./something will now execute ./something as a binary or script instead of trying to install it as npm would. Other behavior related to local path deps has likewise been changed. See #49 for a detailed explanation of all the various cases and how each of them is handled.

<a name="6.2.0"></a>

zkat
published 6.2.0 •

Changelog

Source

6.2.0 (2017-06-23)

Bug Fixes

  • child: iron out a few crinkles and add tests (b3b5ef6)
  • execCmd: only reuse the current process if no shell passed in (e413cff)
  • execCmd: use the module built-in directly (6f741c2)
  • help: fuck it. just hard-code it (d5d5085)
  • main: only exec if this is the main module (9631e2a)

Features

  • i18n: Update fr.json (#44) (ea47c4f)
  • i18n: update the Romanian translation. (#42) (2ed36b6)

<a name="6.1.0"></a>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc