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.0 to 2.6.1

5

CHANGELOG.md

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

## 2.6.1 - 15 Oct. 2020
* Remove colors dependency from findup ([#177](https://github.com/MohammadYounes/rtlcss/pull/177)).
## 2.6.0 - 15 Aug. 2020
* Support flipping `perspective-origin` ([#167](https://github.com/MohammadYounes/rtlcss/pull/167)).
* CLI: Fix empty output when `--silent` and `--stdin` flags are used together (Fixes [#170](https://github.com/MohammadYounes/rtlcss/issues/88)).
* CLI: Fix empty output when `--silent` and `--stdin` flags are used together (Fixes [#169](https://github.com/MohammadYounes/rtlcss/issues/169)).
* Enable flipping `rotateY`.

@@ -5,0 +8,0 @@ * Fix flipping `rotate3d`.

2

lib/config-loader.js

@@ -5,3 +5,3 @@ /* global process */

var path = require('path')
var findup = require('findup')
var findup = require('@choojs/findup')
var stripJSONComments = require('strip-json-comments')

@@ -8,0 +8,0 @@ var config = {}

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

@@ -29,4 +29,4 @@ "homepage": "http://rtlcss.com/",

"dependencies": {
"@choojs/findup": "^0.2.1",
"chalk": "^2.4.2",
"findup": "^0.1.5",
"mkdirp": "^0.5.1",

@@ -45,2 +45,2 @@ "postcss": "^6.0.23",

"main": "./lib/rtlcss.js"
}
}
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