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.8 to 1.0.9

4

dist/index.js

@@ -22,3 +22,5 @@ "use strict";

if (args.length > 0) {
parsedArgs = args[0].split(',').map(arg => JSON.parse(arg.trim()));
parsedArgs = args[0].split(',')
.map(arg => arg.trim())
.map(arg => isNaN(parseInt(arg)) ? arg : parseInt(arg));
}

@@ -25,0 +27,0 @@ variableValue = combinedFilters[filterMethod]

{
"name": "liquidless",
"version": "1.0.8",
"version": "1.0.9",
"description": "Shopify's Liquid template engine, but less powerful",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {

@@ -21,3 +24,3 @@ "build": "tsc -p tsconfig.json",

"author": "Mish Ushakov <mish@stepci.com>",
"license": "MPL-2.0",
"license": "MIT",
"bugs": {

@@ -24,0 +27,0 @@ "url": "https://github.com/stepci/liquidless/issues"

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