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

gulp-polish

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-polish - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

4

lib/polish-get-config.js

@@ -24,3 +24,3 @@ var fs = require('fs');

// nearer to the file.
return _.extend(loadedConfig, config);
return _.extend({}, loadedConfig, config);
};

@@ -39,3 +39,3 @@

// Merge one last time to capture the top-level directory's config
config = _.extend(defaultConfig, mergeConfig(configDir));
config = _.extend({}, defaultConfig, mergeConfig(configDir));

@@ -42,0 +42,0 @@ if (config.fileConfigs && config.fileConfigs[filename]){

{
"name": "gulp-polish",
"version": "2.2.2",
"version": "2.2.3",
"description": "Enforce CSS rules as you see fit!",

@@ -5,0 +5,0 @@ "main": "index.js",

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