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

lingon

Package Overview
Dependencies
Maintainers
4
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lingon - npm Package Versions

1245

2.1.0

Diff

Changelog

Source

Version 2.1.0

  • Feature: Lingon.build now writes to files disk per default (again). The server is explicitly overwriting this behaviour to serve files directly over http.
  • Fix: The ExtensionRewriter was not able to rewrite multiple segments: For instance "js.ejs" => "js".
jpettersson
published 2.0.0 •

Changelog

Source

Version 2.0.0

  • Feature: Add option to specify a namespace in server mode
  • Feature: Add option to specify a directory index in server mode
  • Feature: Add unit test framework tape and restructure test folders
  • Refactor: Removed the processorStream built in file cache and fixed bugs in the directiveStream.
  • Refactor: Rewrote the build logic as a pipeline of pluggable functions
  • API change: Moved all configuration to lingon.config
  • API change: Refactor processors (ProcessorStore) with a simplified API syntax
  • API change: Files are no longer written to disk when in server mode. Only the build task will write files to disk.
jpettersson
published 1.4.0 •

Changelog

Source

Version 1.4.0

  • Feature: A new object "context" is passed into the processor factory function. This object can be used to pass file-specific metadata around. It has the following fields built in: context.file.path (the path of the current file being rendered), context.file.layout (the path to the current layout, otherwise empty)
  • Because of this addition the lingon.context object will be renamed to lingon.global in an upcoming version. Both the global and the context objects are passed into the processor factory function, so it's backwards compatible.
philipvonbargen
published 1.3.0 •

Changelog

Source

Version 1.3.0

  • Feature: Allow unshifting of processors and not only pushing
  • Feature: Added support for nested template layouts.
jpettersson
published 1.2.0 •

Changelog

Source

Version 1.2.0

  • Feature: Basic support for ejs layouts. Use a yield directive to wrap a rendered html file inside another template.
philipvonbargen
published 1.1.0 •

Changelog

Source

Version 1.1.0

  • Feature: Define a catch-all file to serve instead of displaying a 404 message. Useful when working with html5 History API.
philipvonbargen
published 1.0.4 •

Changelog

Source

Version 1.0.4

  • Bug fix: The concat plugin could corrupt the encoding of a blob file, now the plugin runs only when necessary.
  • Bug fix: Prevent warning message from express dependency in server mode
philipvonbargen
published 1.0.3 •

Changelog

Source

Version 1.0.3

  • Bug fix: The console output was showing absolute paths in server mode. Changed it back to relative paths.
jpettersson
published 1.0.2 •

Changelog

Source

Version 1.0.2

  • Critical fix: The performance enhancement introduced a critical bug that was not caught by the test suite. Source->Build mapping did not work and filenames that were transformed were not found by the server.
jpettersson
published 1.0.1 •

Changelog

Source

Version 1.0.1

  • Performance enhancements: Optimized how Lingon searches for a single source file, when requested in server mode. Also removed some old unnecessary code that was slowing down startup time for lingon server.
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