Socket
Socket
Sign inDemoInstall

lasso-rtl-css

Package Overview
Dependencies
15
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    lasso-rtl-css

Lasso.js plugin to support to transform CSS from left-to-right to right-to-left using rtlcss npm package.


Version published
Weekly downloads
1
decreased by-75%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

1.1.1 (2024-04-09)

Bug Fixes

  • fix Babel vulnerable to arbitrary code execution (da72a26)

Features

Readme

Source

lasso-rtl-css

Build Status

Plugin for Lasso.js to support RTL css by transforming CSS from left-to-right to right-to-left using rtlcss npm package.

Usage

npm install lasso-rtl-css --save

Register the plugin when configuring the lasso.

Example:

require('lasso').configure({
    "plugins": [
        ...
        "lasso-rtl-css"
    ]
    ...
});

License

Copyright 2017, Yahoo Inc.

Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.

Keywords

FAQs

Last updated on 09 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc