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 3.3.0 to 3.4.0

3

CHANGELOG.md

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

# 3.4.0 - 18 Oct. 2021
* Support flipping `object-position`.
* Update dev. dependencies.
# 3.3.0 - 08 Jul. 2021

@@ -2,0 +5,0 @@ * Add `processEnv` option to support flipping agent-defined environment variables (`safe-area-inset-left`, `safe-area-inset-right`).

2

lib/plugin.js

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

name: 'background',
expr: /background(-position(-x)?|-image)?$/i,
expr: /(background|object)(-position(-x)?|-image)?$/i,
cache: null,

@@ -440,0 +440,0 @@ flip: function (value, context) {

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

@@ -38,4 +38,4 @@ "homepage": "https://rtlcss.com/",

"devDependencies": {
"mocha": "^8.2.1",
"standard": "^16.0.3"
"mocha": "^9.1.2",
"standard": "^16.0.4"
},

@@ -42,0 +42,0 @@ "peerDependencies": {

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