Socket
Socket
Sign inDemoInstall

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.6.1 to 2.6.2

3

CHANGELOG.md

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

## 2.6.2 - 01 Dec. 2020
* Set input source to same file in raw directive ([#180](https://github.com/MohammadYounes/rtlcss/issues/180)).
## 2.6.1 - 15 Oct. 2020

@@ -2,0 +5,0 @@ * Remove colors dependency from findup ([#177](https://github.com/MohammadYounes/rtlcss/pull/177)).

2

lib/plugin.js

@@ -52,3 +52,3 @@ 'use strict'

'begin': function (node, metadata, context) {
var nodes = context.postcss.parse(metadata.param)
var nodes = context.postcss.parse(metadata.param, { from: node.source.input.from })
node.parent.insertBefore(node, nodes)

@@ -55,0 +55,0 @@ return true

{
"author": "Mohammad Younes",
"name": "rtlcss",
"version": "2.6.1",
"version": "2.6.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/",

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