Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

jstransformer-postcss

Package Overview
Dependencies
Maintainers
7
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jstransformer-postcss - npm Package Compare versions

Comparing version
0.4.0
to
0.4.1
+5
-0
HISTORY.md
# Changelog
## 0.4.1 - 2015-08-05
- Release v0.4.1 / npm@v0.4.1
- 100% coverage
## 0.4.0 - 2015-08-05
- Release v0.4.0 / npm@v0.4.0
- update boilerplate

@@ -5,0 +10,0 @@

+3
-5

@@ -11,9 +11,7 @@ 'use strict';

opts = opts && typeof opts === 'object' ? opts : {};
opts.plugins = opts.plugins && opts.plugins.length ? arrayify(opts.plugins) : []
opts.plugins = opts.plugins && opts.plugins.length
? (!Array.isArray(opts.plugins) ? [opts.plugins] : opts.plugins)
: []
return postcss(opts.plugins).process(str, opts).css
};
function arrayify (val) {
return !Array.isArray(val) ? [val] : val;
}
{
"name": "jstransformer-postcss",
"version": "0.4.0",
"version": "0.4.1",
"description": "PostCSS support for JSTransformers.",

@@ -5,0 +5,0 @@ "keywords": [