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

lingon

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lingon - npm Package Versions

1235

1.0.0

Diff

Changelog

Source

Version 1.0.0

  • Feature: Inline includes in EJS/HTML files. The lingon inline directive can be used inside an inline HTML comment.
  • Breaking Change in EJS rendering: The task specific "config" object has been replaced with a global "context" object. All properties put on this object will be available inside the EJS execution context.
jpettersson
published 0.9.1 •

Changelog

Source

Version 0.9.1

  • Fix: The orderedMergeStream would not properly wait for multi-file data events before processing the outgoing data queue. This lead to a race-condition that could affect the order of file concatenation.
jpettersson
published 0.9.0 •

Changelog

Source

Version 0.9.0

  • Feature: Consistent renaming of filename extensions. File extensions are being rewritten based on a map of source -> destination files. This map includes some sane defaults (less -> css, etc) but can also be extended through a new api: lingon.extensionRewriter.
  • Feature: Server mode does not compile everything at startup. Instead, east request triggers a build.
philipvonbargen
published 0.8.2 •

Changelog

Source

Version 0.8.2

  • Fix: Race condition in processor callbacks
jpettersson
published 0.8.1 •

Changelog

Source

Version 0.8.1

  • Fix: Hide debug log statement
jpettersson
published 0.8.0 •

Changelog

Source

Version 0.8.0

  • Feature: Support for nested include directives in source files
  • Improvement: Major refactor of the lingon core: Cleanup & increased readability of code.
  • Improvement: More tests
philipvonbargen
published 0.7.1 •

philipvonbargen
published 0.7.0 •

Changelog

Source

Version 0.7.0

  • Feature: Tasks can now be chained
  • Feature: Introduced new clean task
  • Feature: Display an error message when streams throw an exception instead of killing the process
  • Feature: Plugins can insert their own express middlewares and modify the server output
  • Fix: Ensure that plugin's file operations still work after a lingon include (#16)
  • Fix: Use more reliable event manager (#34)
  • Some general cleanup
philipvonbargen
published 0.6.1 •

Changelog

Source

Version 0.6.1

  • Fix: Prevent error when tasks don't register help messages
jpettersson
published 0.6.0 •

Changelog

Source

Version 0.6.0

  • Feature: Add method to register path-matching processors (The processor will only be run if the file path matches the given regular expression)
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