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

liquidjs

Package Overview
Dependencies
Maintainers
0
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liquidjs - npm Package Compare versions

Comparing version 10.16.7 to 10.17.0

2

dist/liquid-options.d.ts

@@ -63,2 +63,4 @@ import { LiquidCache } from './cache';

fs?: FS;
/** keyValue separator */
keyValueSeparator?: string;
/** Render from in-memory `templates` mapping instead of file system. File system related options like `fs`, 'root', and `relativeReference` will be ignored when `templates` is specified. */

@@ -65,0 +67,0 @@ templates?: {

4

dist/parser/tokenizer.d.ts

@@ -42,4 +42,4 @@ import { FilteredValueToken, TagToken, HTMLToken, HashToken, QuotedToken, LiquidTagToken, OutputToken, ValueToken, Token, RangeToken, FilterToken, TopLevelToken, OperatorToken, LiteralToken, IdentifierToken, NumberToken } from '../tokens';

readTagName(): string;
readHashes(jekyllStyle?: boolean): HashToken[];
readHash(jekyllStyle?: boolean): HashToken | undefined;
readHashes(jekyllStyle?: boolean | string): HashToken[];
readHash(jekyllStyle?: boolean | string): HashToken | undefined;
remaining(): string;

@@ -46,0 +46,0 @@ advance(step?: number): void;

@@ -14,5 +14,5 @@ import { Context } from '../context/context';

hash: HashValueTokens;
constructor(markup: string, jekyllStyle?: boolean);
constructor(markup: string, jekyllStyle?: boolean | string);
render(ctx: Context): Generator<unknown, Record<string, any>, unknown>;
}
export {};
{
"name": "liquidjs",
"version": "10.16.7",
"version": "10.17.0",
"description": "A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.",

@@ -5,0 +5,0 @@ "main": "dist/liquid.node.js",

@@ -92,3 +92,7 @@ # liquidjs

<td align="center" valign="top" width="14.28%"><a href="https://github.com/15fathoms"><img src="https://avatars.githubusercontent.com/u/79156039?v=4?s=100" width="100px;" alt="Emmanuel Cartelli"/><br /><sub><b>Emmanuel Cartelli</b></sub></a><br /></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/microsoft"><img src="https://avatars.githubusercontent.com/u/6154722?v=4?s=100" width="100px;" alt="Microsoft"/><br /><sub><b>Microsoft</b></sub></a><br /></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.pakstyle.pk/"><img src="https://images.opencollective.com/pakstyle/2b81605/logo/256.png?height=100" width="100px;" alt="PakStyle.pk"/><br /><sub><b>PakStyle.pk</b></sub></a></td>
</tr>
</tbody>

@@ -95,0 +99,0 @@ </table>

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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