Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@digitak/esrun

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitak/esrun - npm Package Versions

13
7

3.2.16

Diff

Changelog

Source

3.2.16

  • Fix Windows bug when running esrun from a npm script
gin-quin
published 3.2.15 •

Changelog

Source

3.2.15

  • Re-add used dependency on cuid
gin-quin
published 3.2.14 •

Changelog

Source

3.2.14

  • Fix a rare bug where esbuild would need a require function. Use createRequire() from node to emulate the require function
  • Remove unused dependency on cuid (is a dev dependency only)
gin-quin
published 3.2.13 •

Changelog

Source

3.2.13

  • Fix a bug on temporary file mode if node_modules folder does not exist
gin-quin
published 3.2.12 •

Changelog

Source

3.2.12

  • Fix usage with interactive CLI
  • On windows, the default mode creates a temporary flie that is then executed
gin-quin
published 3.2.11 •

Changelog

Source

3.2.11

  • Improve documentation for CLI parameters
  • Add an error message when trying to use --tsconfig parameter with no value
gin-quin
published 3.2.10 •

Changelog

Source

3.2.10

  • Fix file watching that would work only once on some OS
  • CLI arguments are passed using the '=' instead of ':' (the colon still work for retro compatibility)
  • You can now pass custom node's cli options by prefixing your option name with --node-. Example: --node-max-old-space-size=4096
gin-quin
published 3.2.9 •

Changelog

Source

3.2.9

  • Fix an error with Windows when passing the code to node. Using stdin now instead of a cli argument. (thanks to @vendethiel for the fix)
  • Remove error swallowing that could happen when the node process itself crashes
  • Add a link to the changelog in the readme
gin-quin
published 3.2.8 •

Changelog

Source

3.2.8

  • New strategy to detect external dependencies. Now check if paths are inside a parent node_modules directory instead of checking if the import start with ".", "/", "~"n "@/" or "$". The previous strategy used to fail for typescript aliases that didn't start with "@/", "~" or "$".
gin-quin
published 3.2.7 •

Changelog

Source

3.2.7

  • Update EsBuild version to 0.14
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