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

brick-liquid

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brick-liquid - npm Package Compare versions

Comparing version 3.1.6 to 3.2.0

2

index.js
var _ = require('lodash');
var Liquid = require("shopify-liquid");
var Liquid = require("liquidjs");
var tags = require('./tags.js');

@@ -4,0 +4,0 @@

{
"name": "brick-liquid",
"version": "3.1.6",
"version": "3.2.0",
"description": "liquid template engine for brick.js",

@@ -14,12 +14,12 @@ "author": {

"dependencies": {
"lodash": "^4.6.1",
"shopify-liquid": "1.6.2"
"liquidjs": "^2.0.2",
"lodash": "^4.6.1"
},
"devDependencies": {
"chai": "^3.5.0",
"mock-fs": "^4.4.2",
"chai-as-promised": "^5.3.0",
"coveralls": "^2.11.9",
"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"mock-fs": "^3.9.0"
"mocha": "^2.5.3"
},

@@ -26,0 +26,0 @@ "license": "ISC",

@@ -88,4 +88,4 @@ [![NPM version](https://img.shields.io/npm/v/brick-liquid.svg?style=flat)](https://www.npmjs.org/package/brick-liquid)

Brick-liquid is implemented with [harttle/shopify-liquid][impl] internaly.
And the `liquid` object defined above is compatible with [harttle/shopify-liquid][impl] `engine` object.
Brick-liquid is implemented with [harttle/liquidjs][impl] internaly.
And the `liquid` object defined above is compatible with [harttle/liquidjs][impl] `engine` object.

@@ -114,3 +114,3 @@ Javascript:

Registration of new tag is compatible with [harttle/shopify-liquid][impl].
Registration of new tag is compatible with [harttle/liquidjs][impl].

@@ -144,2 +144,2 @@ Javascript:

[brk]: https://github.com/brick-js/brick.js
[impl]: https://github.com/harttle/shopify-liquid
[impl]: https://github.com/harttle/liquidjs
var _ = require('lodash');
var Liquid = require("shopify-liquid");
var Liquid = require("liquidjs");
var lexical = Liquid.lexical;

@@ -4,0 +4,0 @@

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