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

liquid-node

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liquid-node - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

6

lib/liquid/context.js

@@ -278,6 +278,2 @@ // Generated by CoffeeScript 1.7.1

}
} else {
/* @covignore */
throw new Error("Unknown access: " + part);
}

@@ -296,3 +292,3 @@ });

};
return iterator(object, 0).then(null, function(err) {
return iterator(object, 0)["catch"](function(err) {
throw new Error("Couldn't walk variable: " + markup + ": " + err);

@@ -299,0 +295,0 @@ });

2

package.json

@@ -15,3 +15,3 @@ {

"description": "Node.js port of Tobias Lütke's Liquid template engine.",
"version": "2.1.2",
"version": "2.1.3",
"license": "MIT",

@@ -18,0 +18,0 @@ "homepage": "https://github.com/sirlantis/liquid-node",

Sorry, the diff of this file is not supported yet

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