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

liquidless

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liquidless - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

dist/filters.d.ts

@@ -5,4 +5,4 @@ export declare type Filters = {

export declare type FilterFunction = {
(value: any, args: any[] | undefined): any;
(value: any, args: any[] | undefined, variable: string): any;
};
export declare const defaultFilters: Filters;

@@ -24,3 +24,3 @@ "use strict";

}
variableValue = combinedFilters[filterMethod](variableValue, parsedArgs);
variableValue = combinedFilters[filterMethod](variableValue, parsedArgs, variable);
});

@@ -27,0 +27,0 @@ return variableValue.toString();

{
"name": "liquidless",
"version": "1.0.3",
"version": "1.0.4",
"description": "Shopify's Liquid template engine, but less powerful",

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

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