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

rho

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rho - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

3

lib/block.js

@@ -167,3 +167,4 @@ "use strict";

this.out.push(" class=\"");
for (var i in this.selector.classes) {
var totalSel = this.selector.classes.length;
for (var i = 0; i < totalSel; i++) {
if (i > 0) this.out.push(" ");

@@ -170,0 +171,0 @@ this.out.push(this.selector.classes[i]);

{
"name": "rho",
"version": "0.2.3",
"version": "0.2.4",
"description": "Easy-to-{read,write,understand} semantic markup language for Node",

@@ -5,0 +5,0 @@ "author": "Boris Okunskiy <boris@okunskiy.name>",

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