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

liquidjs

Package Overview
Dependencies
Maintainers
1
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liquidjs - npm Package Versions

1
21

9.3.1

Diff

Changelog

Source

9.3.1 (2019-11-09)

Bug Fixes

  • liquidjs command in /bin/liquid.js, fixes #169 (0073b90)
harttle
published 9.3.0 •

Changelog

Source

9.3.0 (2019-11-07)

Features

harttle
published 9.2.0 •

Changelog

Source

9.3.0 (2019-11-07)

Features

harttle
published 9.1.1 •

Changelog

Source

9.1.1 (2019-10-10)

Performance Improvements

  • add string flattening to reduce retained memory (node only) (3ad512c)
harttle
published 9.1.0 •

Changelog

Source

9.1.0 (2019-10-07)

Features

  • alias getTemplate() to parseFile() (6b83788)
harttle
published 9.0.1 •

Changelog

Source

9.0.1 (2019-10-02)

Bug Fixes

  • unless content is not waited, fixes #160 (d2c8d13)
harttle
published 9.0.0 •

Changelog

Source

9.0.0 (2019-08-26)

Bug Fixes

  • break/continue omitting output before them, #123 (ae45c46)
  • reactjs demo during yarn install, fixes #145 (b65df44)

Code Refactoring

  • return value of Tag#render is no longer used (8028f82)

Features

  • renderSync, parseAndRenderSync and renderFileSync, see #48 (7fb01ad)

Performance Improvements

BREAKING CHANGES

  • Tag#render now returns void, use emitter argument to write rendered html.
  • ship to Node.js 8, the dist/liquid.cjs.js (main) no longer supports Node.js 6, other bundles are also provided via dist/liquid.esm.js, dist/liquid.js (ES5 umd) and liquid.min.js (minified ES5 umd)
  • remove default export, now should be used like import {Liquid} from 'liquidjs'
harttle
published 8.5.3 •

Changelog

Source

8.5.3 (2019-08-25)

Bug Fixes

  • escape filter when input is undefined (a00945c)
harttle
published 8.5.2 •

Changelog

Source

8.5.2 (2019-08-09)

Bug Fixes

harttle
published 8.5.1 •

Changelog

Source

8.5.1 (2019-08-05)

Bug Fixes

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