You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

elm-tooling

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous
124
Next

1.0.3

Diff

Changelog

Source

Version 1.0.3 (2021-01-23)

  • Improved: elm-tooling now prints progress more efficiently, resulting in better performance and nicer logs in CI.
lydell
published 1.0.2 •

Changelog

Source

Version 1.0.2 (2021-01-18)

  • Fixed: elm-tooling install no longer finds node_modules/ up the directory tree. Links to tools are now always created in node_modules/.bin/ in the same directory as elm-tooling.json. elm-tooling.json only affects the current project, so elm-tooling install shouldn’t touch stuff outside the project. #23
  • Removed: elm-tooling validate no longer checks for an elm.json next to elm-tooling.json, since there are legitimate use cases for only having an elm-tooling.json. #24
lydell
published 1.0.1 •

Changelog

Source

Version 1.0.1 (2021-01-10)

  • Improved: --help now shows the help text even if there are other arguments passed.
  • Improved: Each option of elmToolingCli is now optional and has its own default. Previously, you had to pass either no options or all options.
lydell
published 1.0.0 •

Changelog

Source

Version 1.0.0 (2021-01-09)

  • Improved: elm-tooling init now looks at elm.json to figure out which Elm version to use.
lydell
published 0.6.3 •

Changelog

Source

Version 0.6.3 (2020-12-19)

  • Added: Node.js 10 support. This is useful for npm packages that need to run tests on Node.js 10 and use elm-tooling to install elm and elm-format.
  • Updated: Links to documentation and to the specification, since the repo was reorganized a bit.
lydell
published 0.6.2 •

Changelog

Source

Version 0.6.2 (2020-11-17)

  • Fixed: "elm": "0.19.0" accidentally resulted in Elm 0.19.<strong>1</strong> being downloaded on Windows.
lydell
published 0.6.1 •

Changelog

Source

Version 0.6.1 (2020-10-22)

  • Fixed: getExecutable now properly deals with prereleases. Previously, ^1.0.0 would match 1.1.0-beta.1. Prereleases should only be matched if the range contains a prerelease and they both have the same three-digit base.
lydell
published 0.6.0 •

Changelog

Source

Version 0.6.0 (2020-10-17)

  • Improved: elm-tooling install now removes old links created by earlier runs of elm-tooling install.
  • Fixed: A broken link in the npm package readme.
lydell
published 0.5.0 •

Changelog

Source

Version 0.5.0 (2020-10-13)

  • Added: elm-tooling tools. Interactively add, remove and update tools.
  • Removed: The hidden elm-tooling download command is now removed for real.
  • Improved: elm-tooling install now has nicer output.
  • Improved: The output from most commands now suggest what command to run next.
  • Improved: elm-tooling init now tries to find what tools you had installed locally using npm before and uses those version in the "tools" field.
  • Improved: elm-tooling validate now checks that entrypoints end with .elm.
lydell
published 0.4.1 •

Changelog

Source

Version 0.4.1 (2020-10-02)

  • Updated: Some links point to the main branch instead of master.
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc