Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
grunt-rtlcss
Advanced tools
grunt plugin for RTLCSS, a framework for transforming CSS from LTR to RTL.
grunt plugin for RTLCSS, a framework for transforming CSS from LTR to RTL.
This plugin requires Grunt ~0.4.5
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
npm install grunt-rtlcss --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-rtlcss');
Run this task with the grunt rtlcss
command.
Task targets, files and options may be specified according to the grunt Configuring tasks guide.
Description: Specifies RTLCSS options.
Type: Object
Default:
{
"autoRename": false,
"autoRenameStrict": false,
"blacklist":{},
"clean": true,
"greedy": false,
"processUrls": false,
"stringMap":[]
}
Description: Specifies custom RTLCSS plugins.
Type: Array
Default: []
Description: Specifies whether to generate source maps or not, If you want more control over source map generation, you can define the map option as an object. (see postcss docs).
Type: Boolean
or Object
Default: false
Description: Specifies whether to save unmodified files or not.
Type: Boolean
Default: true
rtlcss: {
myTask:{
// task options
options: {
// generate source maps
map: {inline: false},
// rtlcss options
opts: {
clean:false
},
// rtlcss plugins
plugins:[],
// save unmodified files
saveUnmodified: true,
},
expand : true,
cwd : 'ltr/',
dest : 'rtl/',
src : ['**/*.css']
}
}
v2.0.2 [23 Nov 2019]
v2.0.1 [18 Feb 2016]
v2.0.0 [18 Feb 2016]
options.config
renamed to options.opts
(avoids confusion with RTLCSS Config).options.rules
, options.declarations
and options.properties
removed in favor of the new options.plugins
.RTLCSS options have changed, to view a summary of changes, see RTLCSS Upgrade guide.
v1.6.0 [15 Mar 2015]
v1.5.1 [14 Feb 2015]
v1.5.0 [14 Feb 2015]
saveUnmodified:true
to control whether to save unmodified files or not. Thanks @ocean90.v1.4.0 [30 Jan 2015]
v1.3.0 [26 Oct 2014]
v1.2.0 [28 Sep 2014]
v1.1.0 [27 Sep 2014]
v1.0.0 [24 Aug 2014]
v0.7.0 [11 Aug 2014]
v0.6.0 [4 Jul 2014]
v0.5.0 [4 Jul 2014]
v0.4.1 [15 May 2014]
v0.4.0 [6 Apr. 2014]
v0.3.0 [5 Apr. 2014]
v0.2.0 [20 Mar. 2014]
v0.1.2 [7 Mar. 2014]
v0.1.1 [6 Mar. 2014]
v0.1.0 [6 Mar. 2014]
FAQs
grunt plugin for RTLCSS, a framework for transforming CSS from LTR to RTL.
We found that grunt-rtlcss demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.