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 1.3.0 to 1.3.1

2

package.json
{
"author": "Mohammad Younes",
"name": "rtlcss",
"version": "1.3.0",
"version": "1.3.1",
"description": "Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL)",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/MohammadYounes/rtlcss/issues?state=open",

@@ -201,3 +201,3 @@ [![GitHub version](https://badge.fury.io/gh/MohammadYounes%2Frtlcss.svg)](http://badge.fury.io/gh/MohammadYounes%2Frtlcss)

|**`greedy`** | `false` | A `false` value forces selector renaming and url updates to respect word boundaries, for example: `.ultra { ...}` will not be changed to `.urtla {...}`
|**`stringMap`** | see [String Map](#string-map-array) | Applies to string replacement in renamed selectors and updated URLs
|**`stringMap`** | see [String Map](#stringmap-array) | Applies to string replacement in renamed selectors and updated URLs
|**`enableLogging`** | `false` | Outputs information about mirrored declarations to the console.

@@ -216,3 +216,3 @@ |**`minify`** | `false` | Minifies output CSS, when set to `true` both `preserveDirectives` and `preserveComments` will be set to `false` .

'options' : {
'scope': options.swapWestEastInUrl ? '*' : 'selector',
'scope': options.swapLeftRightInUrl ? '*' : 'selector',
'ignoreCase': false

@@ -226,3 +226,3 @@ }

'options' : {
'scope': options.swapWestEastInUrl ? '*' : 'selector',
'scope': options.swapLtrRtlInUrl ? '*' : 'selector',
'ignoreCase': false

@@ -368,2 +368,5 @@ }

## Release Notes
* **v1.3.1** [29 Sep. 2014]
* Update README.md (typos).
* **v1.3.0** [28 Sep. 2014]

@@ -370,0 +373,0 @@ * New feature - String Maps. Add your own set of swappable strings, for example (prev/next).

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