Socket
Socket
Sign inDemoInstall

postcss-load-config

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-load-config - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

4

package.json
{
"name": "postcss-load-config",
"version": "4.0.0",
"version": "4.0.1",
"description": "Autoload Config for PostCSS",

@@ -19,3 +19,3 @@ "main": "src/index.js",

"lilconfig": "^2.0.5",
"yaml": "^2.1.0"
"yaml": "^2.1.1"
},

@@ -22,0 +22,0 @@ "peerDependencies": {

'use strict'
const resolve = require('path').resolve
const url = require('url')

@@ -70,3 +71,3 @@ const config = require('lilconfig')

const importDefault = async filepath => {
const module = await import(filepath)
const module = await import(url.pathToFileURL(filepath).href)
return module.default

@@ -73,0 +74,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