Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

razorleaf

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

razorleaf - npm Package Compare versions

Comparing version 0.9.5 to 0.9.6

2

package.json
{
"name": "razorleaf",
"version": "0.9.5",
"version": "0.9.6",
"main": "razorleaf.js",

@@ -5,0 +5,0 @@ "files": ["razorleaf.js"],

@@ -514,7 +514,11 @@ "use strict";

if(child.type === "attribute") {
if(child.value.interpolated) {
utilities.push("__escapeAttributeValue");
if(child.value === null) {
startTag += " " + child.name;
} else {
if(child.value.interpolated) {
utilities.push("__escapeAttributeValue");
}
startTag += " " + child.name + "=\"" + child.value.toAttributeValue() + "\"";
}
startTag += " " + child.name + "=\"" + child.value.toAttributeValue() + "\"";
} else if(child.type === "element") {

@@ -521,0 +525,0 @@ var staticMarkup = compileStatic(child);

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