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

postcss-import

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-import - npm Package Compare versions

Comparing version 5.2.1 to 5.2.2

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 5.2.2 - 2015-04-19
- Fixed: globbed imports work for module directories ([#37](https://github.com/postcss/postcss-import/pull/37))
# 5.2.1 - 2015-04-17

@@ -2,0 +6,0 @@

3

index.js

@@ -112,2 +112,3 @@ "use strict";

var globPattern = atRule.params.replace(/['"]/g, "").replace(/(?:url\(|\))/g, "")
var paths = options.path.concat(moduleDirectories)
var files = []

@@ -117,3 +118,3 @@ var dir = options.source && options.source.input && options.source.input.file ?

options.root
options.path.forEach(function(p) {
paths.forEach(function(p) {
p = path.resolve(dir, p)

@@ -120,0 +121,0 @@ var globbed = glob.sync(path.join(p, globPattern))

{
"name": "postcss-import",
"version": "5.2.1",
"version": "5.2.2",
"description": "PostCSS plugin to import CSS files",

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

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