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

css-pipeline

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-pipeline - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

7

lib/index.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.7.0
// Generated by CoffeeScript 1.7.1
(function() {

@@ -174,5 +174,6 @@ var CleanCSS, RootsUtil, crypto, fs, minimatch, path, yaml, _;

return function(f) {
var filePath;
var fN, filePath;
filePath = _this.util.output_path(f.relative).relative;
return path.join(prefix, filePath.replace(path.extname(filePath), '.css'));
fN = path.join(prefix, filePath.replace(path.extname(filePath), '.css'));
return fN.replace(new RegExp('\\' + path.sep, 'g'), '/');
};

@@ -179,0 +180,0 @@ })(this));

{
"name": "css-pipeline",
"version": "0.2.0",
"version": "0.2.1",
"author": "Jeff Escalante <hello@jenius.me>",

@@ -20,4 +20,4 @@ "description": "roots extension for handling css production builds",

"js-yaml": "3.x",
"lodash": "2.x",
"minimatch": "1.x",
"lodash": "3.9.x",
"minimatch": "2.x",
"roots-util": "0.1.x"

@@ -24,0 +24,0 @@ },

Sorry, the diff of this file is not supported yet

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