Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss-load-plugins

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-load-plugins - npm Package Compare versions

Comparing version 2.0.0-alpha3 to 2.0.0-alpha4

4

lib/loadPlugins.js

@@ -15,5 +15,3 @@ // ------------------------------------

if (options) {
for (var option in options) {
config.plugins[option] = options.plugins[option]
}
options = Object.assign({}, config.plugins, options.plugins)
} else {

@@ -20,0 +18,0 @@ options = config.plugins

{
"name": "postcss-load-plugins",
"version": "2.0.0-alpha3",
"version": "2.0.0-alpha4",
"description": "Autoload Plugins for PostCSS",

@@ -5,0 +5,0 @@ "engines": {"node": ">=4"},

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