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

ferrugemjs-node

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ferrugemjs-node - npm Package Compare versions

Comparing version 0.23.0 to 0.24.0

2

package.json
{
"name": "ferrugemjs-node",
"version": "0.23.0",
"version": "0.24.0",
"description": "a node package to convert html template to Incremental DOM",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -172,2 +172,6 @@ var htmlparser = require("htmlparser2");

var vlFn = attribs[key];
if(key === "style" && vlFn.lastIndexOf(";") === (vlFn.length - 1) ){
var lastComman = vlFn.lastIndexOf(";");
vlFn = vlFn.substring(0,lastComman);
}
//obj_array.push(contextToAlias(attribs[key]));

@@ -174,0 +178,0 @@ obj_array.push(contextToAlias("#{#"+vlFn.substring(2,vlFn.length-1)+"#}#"));

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