liquidless
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
0
100
6029
7
79