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

postcss-import-ext-glob

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-import-ext-glob - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

.eslintignore

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## 2.1.1 - 2022-11-30
### Fixed
- Upgraded dependencies.
## 2.1.0 - 2022-11-30

@@ -8,0 +12,0 @@ ### Added

2

index.js

@@ -5,3 +5,3 @@ const valueParser = require('postcss-value-parser');

const fg = require('fast-glob');
const sort = require('fast-sort');
const { sort } = require('fast-sort');

@@ -8,0 +8,0 @@ const SORTERS = ['asc', 'desc'];

{
"name": "postcss-import-ext-glob",
"version": "2.1.0",
"version": "2.1.1",
"description": "A PostCSS plugin to extend postcss-import path resolver to allow glob usage as path",

@@ -25,9 +25,23 @@ "license": "MIT",

"scripts": {
"publish": "clean-publish --files .nyc_output coverage fixtures"
"lint": "eslint **/*.js",
"test": "nyc --reporter=lcov --reporter=text ava",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"dev": "nodemon -e js -x \"npm run test\""
},
"dependencies": {
"fast-glob": "^3.2.4",
"fast-sort": "^2.2.0",
"postcss-value-parser": "^4.1.0"
"fast-glob": "^3.2.12",
"fast-sort": "^3.2.0",
"postcss-value-parser": "^4.2.0"
},
"devDependencies": {
"ava": "^5.1.0",
"ava-postcss-tester": "^1.1.1",
"babel-eslint": "^10.1.0",
"coveralls": "^3.1.1",
"eslint": "^8.28.0",
"nodemon": "^2.0.20",
"nyc": "^15.1.0",
"postcss": "^8.4.19",
"postcss-import": "^15.0.0"
},
"peerDependencies": {

@@ -34,0 +48,0 @@ "postcss": "^8.2.0"

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