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

Templ8

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Templ8 - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

2

package.json

@@ -26,3 +26,3 @@ {

},
"version" : "0.9.1"
"version" : "0.9.2"
}

@@ -328,2 +328,8 @@ !function(root) {

str = clean(str);
switch (str) {
case "AND":
return " && ";
case "OR":
return " || ";
}
return contains(str, "|") || contains(str, delim) ? (" " + str + delim).replace(re_statement_split, function(m) {

@@ -330,0 +336,0 @@ return ba.blank(m) || m == delim ? "" : aggregateStatement(ctx, clean(m).split("|"));

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