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

elm-review

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elm-review - npm Package Versions

23
9

2.12.0

Diff

Changelog

Source

[2.12.0] - 2024-06-14

Now requires jfmengels/elm-review v2.14.0.

  • Now supports analyzing arbitrary files that the project doesn't analyze by default.
jfmengels
published 2.11.2 •

Changelog

Source

[2.11.2] - 2024-05-03

  • The --ignore-dirs and --ignore-files flags now support absolute paths. Thanks @jamesrweb!
  • Fixed an issue where the CLI output would sometimes be cut off abruptly. Thanks @BrianHicks!
  • When using --watch and --report=json, reviews will now be triggered when files are changed even when the contents are triggered, to make it easier for editors to integrate elm-review.
jfmengels
published 2.11.1 •

Changelog

Source

[2.11.1] - 2024-03-16

  • Fixed a crash when running in watch mode related to not being able to fetch cache results.
  • Improve the error message when failing to update suppression files.
jfmengels
published 2.11.0 •

Changelog

Source

[2.11.0] - 2024-03-15

  • Add an offline mode to prevent elm-review from making any HTTP requests. This is useful for CI environments that should not have access to the internet, where you only want to run elm-review without arguments.
  • Introduce prepare-offline subcommand to have elm-review fetch and pre-build all the necessary data when it has network access to prepare for being run using elm-review --offline.
  • Replaced the internally used elm-json dependency with elm-solve-deps-wasm, which should be more reliable, re-enable support for old MacOS versions as well as improve performance.
  • Fixed a crash when using --template from the same repository but from two different paths.
  • Fixed an issue where project rules created using elm-review new-rule mixed the ModuleContext and ProjectContext.
jfmengels
published 2.11.0-beta.5 •

jfmengels
published 2.11.0-beta.4 •

jfmengels
published 2.11.0-beta.3 •

jfmengels
published 2.11.0-beta.2 •

jfmengels
published 2.11.0-beta.1 •

jfmengels
published 2.10.3 •

Changelog

Source

[2.10.3] - 2023-09-26

  • Fixed crash when too many errors were reported.
  • Improved guidance after using elm-review init --template <some-template>.
23
9
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