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

rtlcss

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rtlcss - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## 2.1.2 - 31 Dec. 2016
* Internal code update.
## 2.1.1 - 28 Dec. 2016

@@ -2,0 +5,0 @@ * Fixes a bug in self closing ignore directive (Fixes [#88](https://github.com/MohammadYounes/rtlcss/issues/88)).

7

lib/plugin.js

@@ -15,6 +15,7 @@ 'use strict'

if (!this.endNode && metadata.begin && metadata.end) {
while (node && node.nodes) {
node = node.nodes[node.nodes.length - 1]
var n = node
while (n && n.nodes) {
n = n.nodes[n.nodes.length - 1]
}
this.endNode = node
this.endNode = n
}

@@ -21,0 +22,0 @@ var prevent = true

{
"author": "Mohammad Younes",
"name": "rtlcss",
"version": "2.1.1",
"version": "2.1.2",
"description": "Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL)",

@@ -6,0 +6,0 @@ "homepage": "http://rtlcss.com/",

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