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 4.1.1 to 4.2.0

CHANGELOG.md

2

lib/util.js

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

const REGEX_FUNCTION = /\([^()]+\)/i
const REGEX_HEX_COLOR = /#[a-f0-9]{3,6}/ig
const REGEX_HEX_COLOR = /#[a-f0-9]{3,8}/ig
const REGEX_CALC = /calc/

@@ -26,0 +26,0 @@ const REGEX_TOKENS = new RegExp(PATTERN_TOKEN, 'ig')

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

@@ -6,0 +6,0 @@ "homepage": "https://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