New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@shopify/liquid-html-parser

Package Overview
Dependencies
Maintainers
8
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/liquid-html-parser - npm Package Compare versions

Comparing version 2.3.0 to 2.3.2

2

dist/stage-2-ast.js

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

function toNullableTextNode(node) {
if (!node)
if (!node || node.value === '')
return null;

@@ -1041,0 +1041,0 @@ return toTextNode(node);

{
"name": "@shopify/liquid-html-parser",
"version": "2.3.0",
"version": "2.3.2",
"description": "Liquid HTML parser by Shopify",

@@ -9,7 +9,7 @@ "author": "CP Clermont <cp.clermont@shopify.com>",

"type": "git",
"url": "https://github.com/shopify/theme-tools.git",
"url": "https://github.com/Shopify/theme-tools.git",
"directory": "packages/liquid-html-parser"
},
"bugs": {
"url": "https://github.com/shopify/theme-tools/issues"
"url": "https://github.com/Shopify/theme-tools/issues"
},

@@ -16,0 +16,0 @@ "license": "MIT",

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